Review: Needs Fixing
16 + if(prevItem != OpenLP.currentItem) {
You're missing a space:
if (prevItem != OpenLP.currentItem) {
--
https://code.launchpad.net/~j-corwin/openlp/general/+merge/60002
Your team OpenLP Core is subscribed to branch lp:openlp._______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

