Remove deprecated gerrit_addHistoryHook(f) JavaScript function

Instead of this function Gerrit.on('history', f) should be used.

gerrit_addHistoryHook(f) is deprecated since Gerrit 2.9. It's time to
remove it.

Change-Id: I87b23b2d7e404c4a43974d9fff202d11965aad6c
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2015-07-21 16:02:44 +02:00
parent 68532caf30
commit ae42464225
2 changed files with 0 additions and 12 deletions

View File

@@ -133,9 +133,6 @@ page. Because GWT loads the module asynchronously any `<script>`
block in the header or footer will execute before Gerrit has defined
the function and is ready to register the hook callback.
The function `gerrit_addHistoryHook` is deprecated and may be
removed in a future release.
GERRIT
------
Part of link:index.html[Gerrit Code Review]