diff --git a/www/assets/index.js b/www/assets/index.js index a1fb314..292816f 100644 --- a/www/assets/index.js +++ b/www/assets/index.js @@ -1,3 +1,7 @@ -setTimeout(function(){ - app.flash(' There is a search tool available here', 'info'); -}, 10000); +/* this script will be run after the assets are loaded */ +/* it could for example flash some new information, like this: + * setTimeout(function(){ + * app.flash('' + + * 'There is a search tool available here', 'info'); + * }, 10000); + */