fixed a button's click handler to return false in the wiki show view to prevent the default action over the anchor
This commit is contained in:
parent
6f67f906f9
commit
798ff45888
@ -76,6 +76,7 @@ $(function () {
|
|||||||
$("#wiki_show_mainarea_metadata_button").button(
|
$("#wiki_show_mainarea_metadata_button").button(
|
||||||
"option", "label", "<?php print $this->lang->line('Hide metadata')?>");
|
"option", "label", "<?php print $this->lang->line('Hide metadata')?>");
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
render_wiki ();
|
render_wiki ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user