Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
7b4b31fdf79a9b6a80ad1ebc732fdcb9be62d593
/
.
/
erpnext
/
public
/
js
/
startup.js
blob: 6ba7173c8672a4718030ae5ff249675b5bc8d141 [
file
] [
log
] [
blame
]
// 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...'
));
});