From 39e48b9fed3fc146c31c0ac23bdeb5cc8dae8986 Mon Sep 17 00:00:00 2001 From: Simon Hanna Date: Wed, 30 Dec 2015 01:09:11 +0100 Subject: [PATCH] Show double verses at the end of songs in stageview Fixes: https://launchpad.net/bugs/1510572 --- openlp/plugins/remotes/html/stage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/remotes/html/stage.js b/openlp/plugins/remotes/html/stage.js index 2d2b4cd41..f82aeecc7 100644 --- a/openlp/plugins/remotes/html/stage.js +++ b/openlp/plugins/remotes/html/stage.js @@ -61,7 +61,7 @@ window.OpenLP = { } else { if ((slide["text"] == data.results.slides[lastChange]["text"]) && - (data.results.slides.length > idx + (idx - lastChange))) { + (data.results.slides.length >= idx + (idx - lastChange))) { // If the tag hasn't changed, check to see if the same verse // has been repeated consecutively. Note the verse may have been // split over several slides, so search through. If so, repeat the tag.