diff --git a/openlp/plugins/remotes/html/openlp.js b/openlp/plugins/remotes/html/openlp.js index bbf758b63..0972a6637 100644 --- a/openlp/plugins/remotes/html/openlp.js +++ b/openlp/plugins/remotes/html/openlp.js @@ -296,8 +296,12 @@ $("#controller-top-unblank, #controller-btm-unblank").live("click", OpenLP.unbla $("#alert-submit").live("click", OpenLP.showAlert); // Search $("#search-submit").live("click", OpenLP.search); -$("#search-text").live("keypress", function(event){ - if (event.which == 13) { OpenLP.search(event); }}); +$("#search-text").live("keypress", function(event) { + if (event.which == 13) + { + OpenLP.search(event); + } +}); $("#go-live").live("click", OpenLP.goLive); $("#add-to-service").live("click", OpenLP.addToService); // Poll the server twice a second to get any updates.