Для админа подгружаются всегда сразу все точки
This commit is contained in:
parent
8b622bf2fe
commit
f1619d74e6
|
|
@ -194,7 +194,9 @@ function initCategories()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isAdmin == 0) {
|
||||||
initPoints(true);
|
initPoints(true);
|
||||||
|
}
|
||||||
|
|
||||||
return initPoints();
|
return initPoints();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue