We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f86a9 commit e5cf512Copy full SHA for e5cf512
resources/themes/pterodactyl/layouts/master.blade.php
@@ -286,9 +286,6 @@ class="active"
286
{!! Theme::js('vendor/socketio/socket.io.v203.min.js?t={cache-version}') !!}
287
{!! Theme::js('vendor/bootstrap-notify/bootstrap-notify.min.js?t={cache-version}') !!}
288
{!! Theme::js('js/autocomplete.js?t={cache-version}') !!}
289
- @if(config('pterodactyl.lang.in_context'))
290
- {!! Theme::js('vendor/phraseapp/phraseapp.js?t={cache-version}') !!}
291
- @endif
292
293
@if(Auth::user()->root_admin)
294
<script>
0 commit comments