Merge pull request #285 from Pterodactyl/feature/phrase-in-context
add phraseapp in context editor
This commit is contained in:
commit
8cac2a3669
7 changed files with 123 additions and 1 deletions
|
@ -49,5 +49,7 @@
|
|||
</div>
|
||||
{!! Theme::js('js/vendor/jquery/jquery.min.js') !!}
|
||||
{!! Theme::js('vendor/bootstrap/bootstrap.min.js') !!}
|
||||
|
||||
@if(config('app.phrase_in_context')) {!! Theme::js('js/phraseapp.js') !!} @endif
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -281,6 +281,8 @@
|
|||
{!! Theme::js('vendor/adminlte/app.min.js') !!}
|
||||
{!! Theme::js('js/vendor/socketio/socket.io.min.js') !!}
|
||||
{!! Theme::js('vendor/bootstrap-notify/bootstrap-notify.min.js') !!}
|
||||
|
||||
@if(config('app.phrase_in_context')) {!! Theme::js('js/phraseapp.js') !!} @endif
|
||||
@show
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue