Rushabh Mehta | ad45e31 | 2013-11-20 12:59:58 +0530 | [diff] [blame] | 1 | // Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors |
Rushabh Mehta | e67d1fb | 2013-08-05 14:59:54 +0530 | [diff] [blame] | 2 | // License: GNU General Public License v3. See license.txt |
Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 3 | |
Rushabh Mehta | 9d1faea | 2012-10-02 14:56:41 +0530 | [diff] [blame] | 4 | // start |
Anand Doshi | 2134d24 | 2014-03-14 15:24:24 +0530 | [diff] [blame] | 5 | $(document).on('startup', function() { |
Pratik Vyas | b52618c | 2014-04-14 16:25:30 +0530 | [diff] [blame] | 6 | console.log(__('Starting up...')); |
Anand Doshi | 5f17be8 | 2012-12-15 18:38:18 +0530 | [diff] [blame] | 7 | }); |