From de9754caf1ff494c01ddb7c95512919e4da2afb1 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Thu, 5 May 2011 19:48:11 +0100 Subject: [PATCH] Well one standard learnt. Probably a few more to go... --- openlp/plugins/remotes/html/openlp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/remotes/html/openlp.js b/openlp/plugins/remotes/html/openlp.js index 6105fbb21..e6efbb2c5 100644 --- a/openlp/plugins/remotes/html/openlp.js +++ b/openlp/plugins/remotes/html/openlp.js @@ -130,7 +130,7 @@ window.OpenLP = { $("#service-manager div[data-role=content] ul[data-role=listview]").listview("refresh"); } if ($("#slide-controller").is(":visible")) { - if(prevItem != OpenLP.currentItem) { + if (prevItem != OpenLP.currentItem) { OpenLP.loadController(); return; }