brotherton-erpnext/erpnext/public/js/startup.js
2014-03-14 15:24:57 +05:30

8 lines
227 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(frappe._('Starting up...'));
});