[Libreoffice-commits] online.git: Branch 'feature/proxyhack' - loleaflet/js
Michael Meeks (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 20 14:24:36 UTC 2020
loleaflet/js/global.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6dd0817c74119d13c28da921f417fefa1c55e641
Author: Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Mon Apr 20 15:23:45 2020 +0100
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Mon Apr 20 15:24:12 2020 +0100
Proxy: mend JS quoting.
Change-Id: I9da2b2e58891acb9fb5947cc4d5dde79bda394da
diff --git a/loleaflet/js/global.js b/loleaflet/js/global.js
index ad3632199..a5b37d03b 100644
--- a/loleaflet/js/global.js
+++ b/loleaflet/js/global.js
@@ -273,7 +273,7 @@
data = arr.slice(i, i + size);
if (serial !== that.inSerial + 1) {
- console.debug("Error: serial mismatch " + serial + " vs. " + (that.inSerial + 1));
+ console.debug('Error: serial mismatch ' + serial + ' vs. ' + (that.inSerial + 1));
}
that.inSerial = serial;
this.onmessage({ data: data });
More information about the Libreoffice-commits
mailing list