fix: Safari js workaround

This commit is contained in:
NGPixel
2017-07-08 20:24:21 -04:00
committed by Nicolas Giard
parent 8ad17daa0e
commit c82aacfb29
9 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ html(data-logic='error')
link(rel='manifest', href=appconfig.host + '/manifest.json')
// JS / CSS
script(type='text/javascript', src=appconfig.host + '/js/vendor.js')
//- script(type='text/javascript', src=appconfig.host + '/js/vendor.js')
script(type='text/javascript', src=appconfig.host + '/js/app.js')
body(class='is-notexist')