diff options
Diffstat (limited to 'share/www/replicator.html')
-rw-r--r-- | share/www/replicator.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/share/www/replicator.html b/share/www/replicator.html index e5442a02..2637cc1b 100644 --- a/share/www/replicator.html +++ b/share/www/replicator.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"); - }); - $("fieldset input[type=radio]").click(function() { var radio = this; var fieldset = $(this).parents("fieldset").get(0); |