This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
momo/www/assets/index.js

8 lines
321 B
JavaScript

/* 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);
*/