From 0d098ae5e5768e6ceb21a65f350f521ebe3c1908 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Tue, 16 Oct 2012 18:14:06 -0500 Subject: [ticket/11103] Return false to prevent appending # to the URL PHPBB3-11103 --- phpBB/styles/prosilver/template/ajax.js | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index f4519bf7aa..3c5e1a1c12 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -79,6 +79,7 @@ $('#qr_full_editor').click(function() { // Toggle notification list $('#notification_list_button').click(function() { $('#notification_list').toggle(); + return false; }); $('#phpbb').click(function(e) { var target = e.target; -- cgit v1.2.1