Librarian in regular requirements.
[redakcja.git] / redakcja / static / js / wiki / loader_readonly.js
index c22e9d7..a859ec6 100644 (file)
@@ -24,6 +24,7 @@ $(function()
                 * TABS
                 */
         $('#tabs li').live('click', function(event, callback) {
+            event.preventDefault();
                        $.wiki.switchToTab(this);
         });