Skip to content
Snippets Groups Projects
Commit 417b56d7 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

restore a11yhelp_action(), fixes #1578

Closes #1578

Merge request !1006
parent 18abcfcf
No related branches found
No related tags found
No related merge requests found
...@@ -120,4 +120,13 @@ class WysiwygController extends AuthenticatedController ...@@ -120,4 +120,13 @@ class WysiwygController extends AuthenticatedController
} }
$this->render_json($response); // send HTTP response to client $this->render_json($response); // send HTTP response to client
} }
/**
* Display the WYSIWYG editor's help window.
*/
public function a11yhelp_action()
{
// nothing to do
PageLayout::setTitle(_('Hilfe zur Bedienung des Editors'));
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment