Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
4b3d99d39aaf51cc18ae18d5b1422c4f8dde74b3
/
.
/
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...'
));
});