]>
BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/HomeController.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge pull request #3593 from BookStackApp/code-editor-favorites
[bookstack]
/
app
/
Http
/
Controllers
/
HomeController.php
diff --git
a/app/Http/Controllers/HomeController.php
b/app/Http/Controllers/HomeController.php
index 9e66a064077d94749bdf99a2c0e8a9eecdd45bf2..f38bd71dfc7ea456a9e5e46f74140035ba777c91 100644
(file)
--- a/
app/Http/Controllers/HomeController.php
+++ b/
app/Http/Controllers/HomeController.php
@@
-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.
*/