Refactoring
This commit is contained in:
parent
59bb490069
commit
df1015d826
|
@ -2480,8 +2480,8 @@ define([
|
|||
if (!Common.Locale.getCurrentLanguage()) {
|
||||
Common.UI.warning({
|
||||
msg: this.errorLang,
|
||||
callback: function() {
|
||||
}
|
||||
buttons: [],
|
||||
closable: false
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -1499,10 +1499,10 @@ define([
|
|||
|
||||
onLanguageLoaded: function() {
|
||||
if (!Common.Locale.getCurrentLanguage()) {
|
||||
uiApp.alert(
|
||||
this.errorLang,
|
||||
this.notcriticalErrorTitle
|
||||
);
|
||||
uiApp.modal({
|
||||
title : this.notcriticalErrorTitle,
|
||||
text : this.errorLang
|
||||
});
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
|
@ -2111,8 +2111,8 @@ define([
|
|||
if (!Common.Locale.getCurrentLanguage()) {
|
||||
Common.UI.warning({
|
||||
msg: this.errorLang,
|
||||
callback: function() {
|
||||
}
|
||||
buttons: [],
|
||||
closable: false
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -1400,10 +1400,10 @@ define([
|
|||
|
||||
onLanguageLoaded: function() {
|
||||
if (!Common.Locale.getCurrentLanguage()) {
|
||||
uiApp.alert(
|
||||
this.errorLang,
|
||||
this.notcriticalErrorTitle
|
||||
);
|
||||
uiApp.modal({
|
||||
title : this.notcriticalErrorTitle,
|
||||
text : this.errorLang
|
||||
});
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
|
@ -2456,8 +2456,8 @@ define([
|
|||
if (!Common.Locale.getCurrentLanguage()) {
|
||||
Common.UI.warning({
|
||||
msg: this.errorLang,
|
||||
callback: function() {
|
||||
}
|
||||
buttons: [],
|
||||
closable: false
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -1603,10 +1603,10 @@ define([
|
|||
|
||||
onLanguageLoaded: function() {
|
||||
if (!Common.Locale.getCurrentLanguage()) {
|
||||
uiApp.alert(
|
||||
this.errorLang,
|
||||
this.notcriticalErrorTitle
|
||||
);
|
||||
uiApp.modal({
|
||||
title : this.notcriticalErrorTitle,
|
||||
text : this.errorLang
|
||||
});
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue