8 lines
218 B
JavaScript
Raw Normal View History

// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
2012-02-23 12:35:32 +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
});