Update auth.blade.php

This commit is contained in:
Lance Pioch
2018-10-24 11:27:07 -04:00
committed by GitHub
parent 5b1859ba6f
commit 33f86a93a0

View File

@@ -60,7 +60,5 @@
particlesJS.load('particles-js', '{!! Theme::url('vendor/particlesjs/particles.json?t={cache-version}') !!}', function() {});
})
</script>
@if(config('pterodactyl.lang.in_context')) {!! Theme::js('vendor/phraseapp/phraseapp.js?t={cache-version}') !!} @endif
</body>
</html>