Изменения

Перейти к навигации Перейти к поиску
нет описания правки
Строка 146: Строка 146:  
}, function(r) {
 
}, function(r) {
 
console.log(r);
 
console.log(r);
 +
if (r.response) {
 +
this.publishDialog.dialog("close");
 +
}
 +
if (r.error) {
 +
alert(r.error.error_msg);
 +
}
 
});
 
});
  −
this.publishDialog.dialog("close");
   
}
 
}
  
Анонимный участник

Навигация