blob: ec4da9a9cd94e77ec7990722f1325f22000bce9d [file] [log] [blame]
Rushabh Mehta8c309be2012-01-20 13:47:16 +05301wn.app = {
2 name: 'ERPNext',
3 license: 'GNU/GPL - Usage Condition: All "erpnext" branding must be kept as it is',
4 source: 'https://github.com/webnotes/erpnext',
5 publisher: 'Web Notes Technologies Pvt Ltd, Mumbai',
6 copyright: '© Web Notes Technologies Pvt Ltd',
7 version: '2.' + window._version_number
8}
9
Rushabh Mehta865c00a2012-01-24 14:33:21 +053010wn.modules_path = 'erpnext';
Rushabh Mehta5ede3e82011-09-08 14:16:34 +053011wn.settings.no_history = true;
12
Rushabh Mehta66ac2b02011-09-05 18:43:09 +053013$(document).bind('ready', function() {
14 startup();
Rushabh Mehta8c309be2012-01-20 13:47:16 +053015});
16
17$(document).bind('toolbar_setup', function() {
18 $('.brand').html('<b>erp</b>next');
19})