Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
62cae01542695fe182e0bca6b783d5550de3ece1
/
.
/
erpnext
/
public
/
js
/
startup.js
blob: 8d2b1ad70e33dee0aeb91b90dcc2893979e3f25f [
file
] [
log
] [
blame
]
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
// start
$
(
document
).
on
(
'startup'
,
function
()
{
console
.
log
(
__
(
'Starting up...'
));
});