Merge pull request #285 from Pterodactyl/feature/phrase-in-context

add phraseapp in context editor
This commit is contained in:
Jakob 2017-02-03 00:36:50 +01:00 committed by GitHub
commit 8cac2a3669
7 changed files with 123 additions and 1 deletions

View file

@ -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>

View file

@ -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>