Fix phraseapp and move config location
This commit is contained in:
parent
a554f242a8
commit
da19749098
5 changed files with 17 additions and 6 deletions
|
@ -60,6 +60,6 @@
|
|||
{!! Theme::js('vendor/jquery/jquery.min.js') !!}
|
||||
{!! Theme::js('vendor/bootstrap/bootstrap.min.js') !!}
|
||||
|
||||
@if(config('app.phrase_in_context')) {!! Theme::js('vendor/phraseapp/phraseapp.js') !!} @endif
|
||||
@if(config('pterodactyl.lang.in_context')) {!! Theme::js('vendor/phraseapp/phraseapp.js') !!} @endif
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue