]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/HomeController.php
Fixed some typos and corrected grammar.
[bookstack] / app / Http / Controllers / HomeController.php
index 9e66a064077d94749bdf99a2c0e8a9eecdd45bf2..f38bd71dfc7ea456a9e5e46f74140035ba777c91 100644 (file)
@@ -107,14 +107,6 @@ class HomeController extends Controller
         return view('home.default', $commonData);
     }
 
-    /**
-     * Get custom head HTML, Used in ajax calls to show in editor.
-     */
-    public function customHeadContent()
-    {
-        return view('common.custom-head');
-    }
-
     /**
      * Show the view for /robots.txt.
      */