mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +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) {
|
if (panels.length) {
|
||||||
subPanels(show_panel);
|
subPanels(show_panel);
|
||||||
jQuery('a[data-subpanel]', this).click(function () {
|
childNodes.click(function () {
|
||||||
subPanels(this.getAttribute('data-subpanel'));
|
subPanels(this.getAttribute('data-subpanel'));
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user