forked from openlp/openlp
Show double verses at the end of songs in stageview
Fixes: https://launchpad.net/bugs/1510572
This commit is contained in:
parent
ffbf75bb2f
commit
39e48b9fed
@ -61,7 +61,7 @@ window.OpenLP = {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if ((slide["text"] == data.results.slides[lastChange]["text"]) &&
|
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
|
// If the tag hasn't changed, check to see if the same verse
|
||||||
// has been repeated consecutively. Note the verse may have been
|
// has been repeated consecutively. Note the verse may have been
|
||||||
// split over several slides, so search through. If so, repeat the tag.
|
// split over several slides, so search through. If so, repeat the tag.
|
||||||
|
Loading…
Reference in New Issue
Block a user