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