Commit 410af9ad authored by Oleg Korshul's avatar Oleg Korshul

reporter mode error

parent 9f6d5b07
......@@ -6009,6 +6009,9 @@ background-repeat: no-repeat;\
asc_docs_api.prototype.preloadReporter = function(data)
{
this.reporterTranslates = [data["translations"]["reset"], data["translations"]["slideOf"], data["translations"]["endSlideshow"]];
if (!this.WordControl)
return;
this.WordControl.reporterTranslates = this.reporterTranslates;
var _button1 = document.getElementById("dem_id_reset");
......
Markdown is supported
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