brotherton-erpnext/erpnext/public/js/startup.js
2014-04-14 16:25:30 +05:30

8 lines
221 B
JavaScript

// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
// start
$(document).on('startup', function() {
console.log(__('Starting up...'));
});