diff options
Diffstat (limited to 'js/cloud_comments.js')
-rw-r--r--[-rwxr-xr-x] | js/cloud_comments.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/cloud_comments.js b/js/cloud_comments.js index 59523d4..24ee357 100755..100644 --- a/js/cloud_comments.js +++ b/js/cloud_comments.js @@ -1,6 +1,7 @@ +(function($) { $(document).ready(function(){ /* to avoid CKE partial loading... */ - $('.form-wrapper').slideToggle(); +// $('.formwrapper').slideToggle(); /* reply button action */ $(".btn-reply a").click(function(){ @@ -27,3 +28,4 @@ $(document).ready(function(){ e.preventDefault(); }); }); +})(jQuery); |