19 lines
516 B
JavaScript
Raw Normal View History

2012-01-20 13:47:16 +05:30
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
}
2012-01-24 14:33:21 +05:30
wn.modules_path = 'erpnext';
2011-09-08 14:16:34 +05:30
wn.settings.no_history = true;
2011-09-05 18:43:09 +05:30
$(document).bind('ready', function() {
startup();
2012-01-20 13:47:16 +05:30
});
$(document).bind('toolbar_setup', function() {
$('.brand').html('<b>erp</b>next');
})