mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
js module fixes
This commit is contained in:
parent
f48a7af04f
commit
58a473276f
@ -521,7 +521,7 @@ function configure_modules_form() {
|
||||
);
|
||||
}
|
||||
|
||||
if (tags != "") {
|
||||
if (tags != "" && tags != undefined && tangs != null) {
|
||||
tags = tags.split(",");
|
||||
|
||||
// Fill the selected tags box with select ones
|
||||
|
Loading…
x
Reference in New Issue
Block a user