Rushabh Mehta | 8c309be | 2012-01-20 13:47:16 +0530 | [diff] [blame] | 1 | wn.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 Mehta | 865c00a | 2012-01-24 14:33:21 +0530 | [diff] [blame] | 10 | wn.modules_path = 'erpnext'; |
Rushabh Mehta | 5ede3e8 | 2011-09-08 14:16:34 +0530 | [diff] [blame] | 11 | wn.settings.no_history = true; |
| 12 | |
Rushabh Mehta | 66ac2b0 | 2011-09-05 18:43:09 +0530 | [diff] [blame] | 13 | $(document).bind('ready', function() { |
| 14 | startup(); |
Rushabh Mehta | 8c309be | 2012-01-20 13:47:16 +0530 | [diff] [blame] | 15 | }); |
| 16 | |
| 17 | $(document).bind('toolbar_setup', function() { |
| 18 | $('.brand').html('<b>erp</b>next'); |
| 19 | }) |