diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-28 15:50:52 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-28 15:50:52 -0600 |
commit | d1a44af862e08676eaecde62e71597ed1eae85ec (patch) | |
tree | 3a7823695fe8faa151fe8f3b7d7f052db9d5eedd /themes/default/js/ui.init.js | |
parent | c428e49f3273f04fd220107b4992e6177aa1b265 (diff) | |
parent | 31d63a0d0a27212435a78eb38461320f486b5f95 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/default/js/ui.init.js')
-rw-r--r-- | themes/default/js/ui.init.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/themes/default/js/ui.init.js b/themes/default/js/ui.init.js index 006d74bb..949933e9 100644 --- a/themes/default/js/ui.init.js +++ b/themes/default/js/ui.init.js @@ -112,18 +112,6 @@ $(document).ready(function() { $(this).gallery_context_menu(); }); - // Collapse comments form, insert button to expand - if ($("#gAddCommentForm").length) { - var showCommentForm = '<a href="#add_comment_form"' - + ' class="showCommentForm gButtonLink ui-corner-all ui-icon-left ui-state-default right">' - + '<span class="ui-icon ui-icon-comment"></span>' + ADD_A_COMMENT + '</a>'; - $("#gAddCommentForm").hide(); - $("#gComments").prepend(showCommentForm); - $(".showCommentForm").click(function(){ - $("#gAddCommentForm").show(1000); - }); - } - // Add scroll effect for links to named anchors $.localScroll({ queue: true, |