Skip to content
Snippets Groups Projects
Commit 51d57225 authored by Robert Lange's avatar Robert Lange
Browse files

refs #21992 [finc] record scroll: prepare plugin method for recordDocReady

parent 36521127
No related merge requests found
...@@ -289,4 +289,8 @@ function recordDocReady() { ...@@ -289,4 +289,8 @@ function recordDocReady() {
registerTabEvents(); registerTabEvents();
// finc 'applyRecordTabHash()' removed to remove hashes #21555 // finc 'applyRecordTabHash()' removed to remove hashes #21555
if (typeof recordDocReadyPlugin !== "undefined") {
recordDocReadyPlugin();
}
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment