From 798ff45888a85022817b9c30e064c349ad7d5715 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 11 Sep 2015 05:26:44 +0000 Subject: [PATCH] fixed a button's click handler to return false in the wiki show view to prevent the default action over the anchor --- codepot/src/codepot/views/wiki_show.php | 1 + 1 file changed, 1 insertion(+) diff --git a/codepot/src/codepot/views/wiki_show.php b/codepot/src/codepot/views/wiki_show.php index 2b02b3e6..fcb02f23 100644 --- a/codepot/src/codepot/views/wiki_show.php +++ b/codepot/src/codepot/views/wiki_show.php @@ -76,6 +76,7 @@ $(function () { $("#wiki_show_mainarea_metadata_button").button( "option", "label", "lang->line('Hide metadata')?>"); } + return false; }); render_wiki ();