X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fjs%2Finit.js;h=9746224b5e69a975a0da3e32ad5b09770ab64317;hb=e042a5d78fc7676eb399f61d199e8ec0045fbd1f;hp=d8edeed1faa41c0e3b2a5fc6c594dc70a49e0b14;hpb=af61cb80eb600618df95a01a15a08e87fc878c2a;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/js/init.js b/app/Resources/static/themes/material/js/init.js index d8edeed1..9746224b 100755 --- a/app/Resources/static/themes/material/js/init.js +++ b/app/Resources/static/themes/material/js/init.js @@ -1,7 +1,18 @@ +/* jQuery */ import $ from 'jquery'; + +/* Annotations */ import annotator from 'annotator'; + +/* Tools */ import { savePercent, retrievePercent, initFilters, initExport } from '../../_global/js/tools'; +/* Import shortcuts */ +import './shortcuts/main'; +import './shortcuts/entry'; +import '../../_global/js/shortcuts/main'; +import '../../_global/js/shortcuts/entry'; + require('materialize'); // eslint-disable-line global.jQuery = $;