mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
added erpnext_version file
This commit is contained in:
@@ -49,7 +49,7 @@ function startup_setup() {
|
||||
login_file = 'http://' + r.message;
|
||||
}
|
||||
else if(pscript.is_erpnext_saas) {
|
||||
login_file = 'http://www.erpnext.com';
|
||||
login_file = 'https://www.erpnext.com';
|
||||
}
|
||||
// setup toolbar
|
||||
pscript.startup_setup_toolbar();
|
||||
@@ -539,4 +539,4 @@ pscript.set_user_fullname = function(ele,username,get_latest){
|
||||
// ====================================================================
|
||||
startup_setup();
|
||||
|
||||
$(document).bind('form_refresh', function() { })
|
||||
$(document).bind('form_refresh', function() { })
|
||||
|
||||
Reference in New Issue
Block a user