mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11563] Remove duplicate code
PHPBB3-11563
This commit is contained in:
parent
a9259b12aa
commit
1d97945593
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue