summaryrefslogtreecommitdiffstats
path: root/browser/html/cool.html.m4
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-11-18 13:08:14 +0100
committerAndras Timar <andras.timar@collabora.com>2021-11-18 14:14:11 +0100
commitf07ff8c7e0754babe9819163fb0edeacac326caf (patch)
tree2e24c52eb95edf971399e33580d26b691528b211 /browser/html/cool.html.m4
parentNotebookbarBuilder.js: Set role of Menubar. (diff)
downloadonline-f07ff8c7e0754babe9819163fb0edeacac326caf.tar.gz
online-f07ff8c7e0754babe9819163fb0edeacac326caf.zip
rename: remaining lool->cool changes
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: Ib7d4e804bebe52dead8d53b0e0bbaed0f08bf3d0
Diffstat (limited to 'browser/html/cool.html.m4')
-rw-r--r--browser/html/cool.html.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/browser/html/cool.html.m4 b/browser/html/cool.html.m4
index 09ec4f2d2b..da49060f66 100644
--- a/browser/html/cool.html.m4
+++ b/browser/html/cool.html.m4
@@ -66,9 +66,9 @@ m4_ifelse(GTKAPP,[true],
)
m4_ifelse(ANDROIDAPP,[true],
[ window.ThisIsTheAndroidApp = true;
- window.postMobileMessage = function(msg) { window.LOOLMessageHandler.postMobileMessage(msg); };
- window.postMobileError = function(msg) { window.LOOLMessageHandler.postMobileError(msg); };
- window.postMobileDebug = function(msg) { window.LOOLMessageHandler.postMobileDebug(msg); };],
+ window.postMobileMessage = function(msg) { window.COOLMessageHandler.postMobileMessage(msg); };
+ window.postMobileError = function(msg) { window.COOLMessageHandler.postMobileError(msg); };
+ window.postMobileDebug = function(msg) { window.COOLMessageHandler.postMobileDebug(msg); };],
[ window.ThisIsTheAndroidApp = false;]
)
@@ -252,9 +252,9 @@ m4_ifelse(MOBILEAPP,[true],
</div>
<div id="about-dialog-info-container">
<div id="about-dialog-info">
- <div> LOOLWSD version:</div>
- <div id="loolwsd-version"></div>
- <div id="loolwsd-id" style="visibility: hidden;"></div>
+ <div> COOLWSD version:</div>
+ <div id="coolwsd-version"></div>
+ <div id="coolwsd-id" style="visibility: hidden;"></div>
<div>LOKit version:</div>
<div id="lokit-version"></div>
m4_ifelse(MOBILEAPP,[],[<div id="os-info"></div>],[<p></p>])