diff options
Diffstat (limited to 'share/www/config.html')
-rw-r--r-- | share/www/config.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/share/www/config.html b/share/www/config.html index 7eab0448..f9b95c1a 100644 --- a/share/www/config.html +++ b/share/www/config.html @@ -22,13 +22,10 @@ specific language governing permissions and limitations under the License. <script src="script/jquery.js?1.2.6"></script> <script src="script/jquery.cookies.js?0.9.0"></script> <script src="script/jquery.couch.js?0.9.0"></script> + <script src="script/futon.js?0.9.0"></script> <script src="script/pprint.js?0.9.0"></script> <script> $(document).ready(function() { - $.get("_sidebar.html", function(resp) { - $(resp).insertAfter("#wrap"); - }); - $(document.body).addClass("loading"); $.couch.config({ success: function(resp) { |