mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fix minor bug
This commit is contained in:
parent
19fe7ffe73
commit
c8bbf1e2dc
@ -924,7 +924,6 @@ $(document).ready (function () {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
$("#left_iblacklist").click (function () {
|
$("#left_iblacklist").click (function () {
|
||||||
debugger;
|
|
||||||
jQuery.each($("select[name='inventory_changes_blacklist[]'] option:selected"), function (key, value) {
|
jQuery.each($("select[name='inventory_changes_blacklist[]'] option:selected"), function (key, value) {
|
||||||
imodule_name = $(value).html();
|
imodule_name = $(value).html();
|
||||||
if (imodule_name != <?php echo "'".__('None')."'"; ?>) {
|
if (imodule_name != <?php echo "'".__('None')."'"; ?>) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user