filter/source/svg/presentation_engine.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 772ef157a20efd3243e6d05825a88d4cbd55b67a Author: Tor Lillqvist <t...@iki.fi> AuthorDate: Mon Mar 28 14:51:43 2022 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Mon Mar 28 15:58:40 2022 +0200 Make slideshow touch gestures work again in the mobile apps Need to s/lool/cool/ here, too. Change-Id: Ib6762f196ca2b1c2e8735c6ff3e591164d34fb0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132202 Tested-by: Tor Lillqvist <t...@collabora.com> Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/filter/source/svg/presentation_engine.js b/filter/source/svg/presentation_engine.js index 0babb0083cc8..0a8eb73e7c12 100644 --- a/filter/source/svg/presentation_engine.js +++ b/filter/source/svg/presentation_engine.js @@ -18622,8 +18622,8 @@ SlideShow.prototype.exitSlideShowInApp = function() { if (window.webkit !== undefined && window.webkit.messageHandlers !== undefined && - window.webkit.messageHandlers.lool !== undefined) - window.webkit.messageHandlers.lool.postMessage('EXITSLIDESHOW', '*'); + window.webkit.messageHandlers.cool !== undefined) + window.webkit.messageHandlers.cool.postMessage('EXITSLIDESHOW', '*'); } SlideShow.prototype.displaySlide = function( nNewSlide, bSkipSlideTransition )