js module fixes

This commit is contained in:
fbsanchez 2022-03-14 12:10:30 +01:00
parent f48a7af04f
commit 58a473276f

View File

@ -521,7 +521,7 @@ function configure_modules_form() {
); );
} }
if (tags != "") { if (tags != "" && tags != undefined && tangs != null) {
tags = tags.split(","); tags = tags.split(",");
// Fill the selected tags box with select ones // Fill the selected tags box with select ones