Librarian in regular requirements.
[redakcja.git] / redakcja / static / js / wiki_img / loader.js
index 9cfc640..c3fe03e 100644 (file)
@@ -33,6 +33,7 @@ $(function()
                 * TABS
                 */
         $('.tabs li').live('click', function(event, callback) {
+            event.preventDefault();
                        $.wiki.switchToTab(this);
         });