X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fbootstrap.js;h=cffa4cb5770b27615eb910c235faa0132b7943dc;hb=e49b130505f5712075dca2ff990e5a63fc90ce3c;hp=453ad728ef895d5d7cb83180d25ce982934e4a35;hpb=78ee3a45427e1227013773b2a1c19fc1ee0efc12;p=alttp.git diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index 453ad72..cffa4cb 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -2,7 +2,9 @@ window._ = require('lodash'); try { require('bootstrap'); -} catch (e) {} +} catch (e) { + // well... +} /** * We'll load the axios HTTP library which allows us to easily issue requests