summaryrefslogtreecommitdiff
path: root/my-foxmarks.js
diff options
context:
space:
mode:
Diffstat (limited to 'my-foxmarks.js')
-rw-r--r--my-foxmarks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-foxmarks.js b/my-foxmarks.js
index 1b085bd..40b65b1 100644
--- a/my-foxmarks.js
+++ b/my-foxmarks.js
@@ -56,7 +56,7 @@ function create_html_display(marks) {
});
$('li.folder').children('p,ul').andSelf().addClass('collapsed');
$('li.folder').click(function(event){
- event.preventDefault();
+ //event.preventDefault();
event.stopPropagation();
$(this).children('p,ul').andSelf().toggleClass('collapsed');
});