2015-03-03 09:25:30 +00:00
|
|
|
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
2013-08-05 09:29:54 +00:00
|
|
|
// License: GNU General Public License v3. See license.txt
|
2012-02-23 07:05:32 +00:00
|
|
|
|
2012-10-02 09:26:41 +00:00
|
|
|
// start
|
2014-03-14 09:54:24 +00:00
|
|
|
$(document).on('startup', function() {
|
2014-04-14 10:55:30 +00:00
|
|
|
console.log(__('Starting up...'));
|
2012-12-15 13:08:18 +00:00
|
|
|
});
|