mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
Fixes #5344
This commit is contained in:
@@ -73,7 +73,7 @@ define('admin/manage/category', [
|
||||
}
|
||||
|
||||
|
||||
$('form.category input, form.category select')
|
||||
$('form.category input, form.category select').not($('.privilege-table-container input'))
|
||||
.on('change', function (ev) {
|
||||
modified(ev.target);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user