Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
eb7fea673bb147677a15eb5da3351fa1576f006e
/
.
/
erpnext
/
public
/
js
/
startup.js
blob: 1c692f8a0edad270f2475f413e8617097762b3f2 [
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
(
frappe
.
_
(
'Starting up...'
));
});