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

8 lines
227 B
JavaScript
Raw Normal View History

2013-11-20 07:29:58 +00:00
// Copyright (c) 2013, Web Notes 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() {
console.log(frappe._('Starting up...'));
2012-12-15 13:08:18 +00:00
});