зеркало из
1
0
Форкнуть 0
This commit is contained in:
Anton 2015-12-01 19:52:41 +02:00
Родитель b31745fad5
Коммит 7316e52706
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -108,9 +108,8 @@ app.models.loading = (function() {
return {
onShow: function() {
//Check if API key has been set
var isAppIdSet = isAppIdSet();
if (!isAppIdSet) {
//Check if App Id is set
if (!isAppIdSet()) {
_showSection('error-no-app-id');
} else {
var isOnline = app.isOnline();