blob: 8d2b1ad70e33dee0aeb91b90dcc2893979e3f25f [file] [log] [blame]
Anand Doshi885e0742015-03-03 14:55:30 +05301// Copyright (c) 2015, Frappe 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});