brotherton-erpnext/erpnext/public/js/startup.js

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 07:05:32 +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
});