Merge with master.
[redakcja.git] / redakcja / static / js / wiki / loader.js
index 99ceb97..1223992 100644 (file)
@@ -50,6 +50,7 @@ $(function()
                 * TABS
                 */
         $('.tabs li').live('click', function(event, callback) {
+            event.preventDefault();
                        $.wiki.switchToTab(this);
         });