X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fbootstrap.js;h=cffa4cb5770b27615eb910c235faa0132b7943dc;hb=812a270c7a410461e931394496512d36b34ef7b5;hp=453ad728ef895d5d7cb83180d25ce982934e4a35;hpb=6eaecc8c176f85f1f494906fb796275a74c8dff2;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