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:
hyung-hwan 2015-09-11 05:26:44 +00:00
parent 6f67f906f9
commit 798ff45888

View File

@ -76,6 +76,7 @@ $(function () {
$("#wiki_show_mainarea_metadata_button").button(
"option", "label", "<?php print $this->lang->line('Hide metadata')?>");
}
return false;
});
render_wiki ();