1
0
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:
Vjacheslav Trushkin
2013-07-11 11:00:04 -04:00
parent a9259b12aa
commit 1d97945593

View File

@@ -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;
});