summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--[-rwxr-xr-x]js/cloud_comments.js4
-rw-r--r--[-rwxr-xr-x]js/jquery.min.js0
2 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);
diff --git a/js/jquery.min.js b/js/jquery.min.js
index 29b3a2c..29b3a2c 100755..100644
--- a/js/jquery.min.js
+++ b/js/jquery.min.js