diff --git a/openlp/plugins/remotes/html/openlp.js b/openlp/plugins/remotes/html/openlp.js index 5c467d123..4d3c4cde8 100644 --- a/openlp/plugins/remotes/html/openlp.js +++ b/openlp/plugins/remotes/html/openlp.js @@ -280,9 +280,8 @@ window.OpenLP = { $.mobile.changePage("#service-manager"); }, escapeString: function (string) { - string = string.replace(/\\/g, "\\\\").replace(/"/g, "\\\"") - string = string.replace(/#/g, "%23").replace(/;/g, "%3B") - return string + return string.replace(/\\/g, "\\\\").replace(/"/g, "\\\"").replace( + /#/g, "%23").replace(/;/g, "%3B") } } // Service Manager