]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/custom-head.blade.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / views / common / custom-head.blade.php
index 7f2e93cdc993e4713d07cd17791e0b4094ac2464..a13215cf813c3d8e9673f2d6c2e4691cb60dfaa4 100644 (file)
@@ -1,6 +1,6 @@
 @inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
 
-@if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings')
+@if(setting('app-custom-head') && !request()->routeIs('settings.category'))
 <!-- Start: custom user content -->
 {!! $headContent->forWeb() !!}
 <!-- End: custom user content -->