Check the appid corectly
This commit is contained in:
Родитель
b31745fad5
Коммит
7316e52706
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче