turn assets/index.js into a silent example script (#8162)

This commit is contained in:
Frédéric Péters 2015-09-03 17:00:25 +02:00
parent d3382f6520
commit 110eff15f0
1 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
setTimeout(function(){
app.flash('<i class="fa fa-arrow-up pull-right" style="margin-right: 10px;"></i> 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('<i class="fa fa-arrow-up pull-right" style="margin-right: 10px;"></i>' +
* 'There is a search tool available here', 'info');
* }, 10000);
*/