mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-21 12:51:33 +08:00
Merge branch 'tinymce' into development
This commit is contained in:
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user