1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

[ticket/9388] Use "togglable" instead of "toggable"

PHPBB3-9388
This commit is contained in:
Cesar G
2014-05-09 13:49:41 -07:00
parent 2ca01bdcbe
commit e233f0af36
7 changed files with 7 additions and 7 deletions

View File

@@ -1533,7 +1533,7 @@ $(document).ready(function() {
phpbb.history.replaceUrl($('#unread[data-url]').data('url'));
// Hide settings that are not selected via select element.
$('select[data-toggable-settings]').each(function() {
$('select[data-togglable-settings]').each(function() {
var select = $(this);
select.change(function() {