Для админа подгружаются всегда сразу все точки

This commit is contained in:
Krivchikov Dmitry 2015-06-19 23:24:35 +03:00
parent 8b622bf2fe
commit f1619d74e6
1 changed files with 3 additions and 1 deletions

View File

@ -194,7 +194,9 @@ function initCategories()
}); });
} }
if (isAdmin == 0) {
initPoints(true); initPoints(true);
}
return initPoints(); return initPoints();
} }