From 5f9f87e8fa70659dfff850d0921982ee862747d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20P=C3=B5ldaru?= Date: Wed, 21 Dec 2011 10:15:07 +0200 Subject: [PATCH] Style fixed. --- openlp/plugins/remotes/html/openlp.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.