mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
[ticket/11563] Remove duplicate code
PHPBB3-11563
This commit is contained in:
@@ -117,7 +117,7 @@ jQuery(document).ready(function() {
|
||||
|
||||
if (panels.length) {
|
||||
subPanels(show_panel);
|
||||
jQuery('a[data-subpanel]', this).click(function () {
|
||||
childNodes.click(function () {
|
||||
subPanels(this.getAttribute('data-subpanel'));
|
||||
return false;
|
||||
});
|
||||
|
Reference in New Issue
Block a user