mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
bootstrap toolbar
This commit is contained in:
15
js/app.js
15
js/app.js
@@ -1,3 +1,12 @@
|
||||
wn.app = {
|
||||
name: 'ERPNext',
|
||||
license: 'GNU/GPL - Usage Condition: All "erpnext" branding must be kept as it is',
|
||||
source: 'https://github.com/webnotes/erpnext',
|
||||
publisher: 'Web Notes Technologies Pvt Ltd, Mumbai',
|
||||
copyright: '© Web Notes Technologies Pvt Ltd',
|
||||
version: '2.' + window._version_number
|
||||
}
|
||||
|
||||
wn.settings.no_history = true;
|
||||
|
||||
wn.require('lib/js/lib/jquery.min.js');
|
||||
@@ -11,4 +20,8 @@ wn.require('lib/css/legacy/default.css');
|
||||
|
||||
$(document).bind('ready', function() {
|
||||
startup();
|
||||
});
|
||||
});
|
||||
|
||||
$(document).bind('toolbar_setup', function() {
|
||||
$('.brand').html('<b>erp</b>next');
|
||||
})
|
||||
Reference in New Issue
Block a user