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:
		| @ -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 (); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user