mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
Merge branch 'i18n' of git://github.com/bperretti/erpnext into bperretti-i18n
This commit is contained in:
@@ -14,9 +14,9 @@ $(document).ready(function() {
|
||||
callback: function(r) {
|
||||
$(me).prop("disabled", false);
|
||||
if(r.exc) {
|
||||
alert("Error, please contact support@erpnext.com");
|
||||
alert(wn._("Error, please contact support@erpnext.com"));
|
||||
} else {
|
||||
console.log("Logged In");
|
||||
console.log(wn._("Logged In"));
|
||||
window.location.href = "app.html";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user