blob: 6ba7173c8672a4718030ae5ff249675b5bc8d141 [file] [log] [blame]
Rushabh Mehtaad45e312013-11-20 12:59:58 +05301// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
Rushabh Mehtae67d1fb2013-08-05 14:59:54 +05302// License: GNU General Public License v3. See license.txt
Rushabh Mehta2fa2f712012-09-24 19:13:42 +05303
Rushabh Mehta9d1faea2012-10-02 14:56:41 +05304// start
Anand Doshi2134d242014-03-14 15:24:24 +05305$(document).on('startup', function() {
Pratik Vyasb52618c2014-04-14 16:25:30 +05306 console.log(__('Starting up...'));
Anand Doshi5f17be82012-12-15 18:38:18 +05307});