fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update librarian
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
loader_readonly.js
diff --git
a/redakcja/static/js/wiki/loader_readonly.js
b/redakcja/static/js/wiki/loader_readonly.js
index
c22e9d7
..
a859ec6
100644
(file)
--- a/
redakcja/static/js/wiki/loader_readonly.js
+++ b/
redakcja/static/js/wiki/loader_readonly.js
@@
-24,6
+24,7
@@
$(function()
* TABS
*/
$('#tabs li').live('click', function(event, callback) {
+ event.preventDefault();
$.wiki.switchToTab(this);
});