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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user