8 lines
221 B
JavaScript
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...'));
|
|
});
|