mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11103] Return false to prevent appending # to the URL
PHPBB3-11103
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user