mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed error
This commit is contained in:
parent
2923fa867e
commit
94b223a4b4
@ -1560,7 +1560,10 @@ var TreeController = {
|
|||||||
this.reload();
|
this.reload();
|
||||||
},
|
},
|
||||||
init: function(data) {
|
init: function(data) {
|
||||||
if (data.filter.statusModule === "fired") {
|
if (
|
||||||
|
typeof data.filter !== "undefined" &&
|
||||||
|
data.filter.statusModule === "fired"
|
||||||
|
) {
|
||||||
const newData = {
|
const newData = {
|
||||||
ajaxUrl: data.ajaxURL,
|
ajaxUrl: data.ajaxURL,
|
||||||
baseURL: data.baseURL,
|
baseURL: data.baseURL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user