From 110eff15f054dcfa64c50d7d02c01b54168b7a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 3 Sep 2015 17:00:25 +0200 Subject: [PATCH] turn assets/index.js into a silent example script (#8162) --- www/assets/index.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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); + */