openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #07486
[Merge] lp:~raoul-snyman/openlp/web-remote into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/web-remote into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/web-remote/+merge/54967
Removed a console.log which caused older browsers to choke.
--
https://code.launchpad.net/~raoul-snyman/openlp/web-remote/+merge/54967
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/web-remote into lp:openlp.
=== modified file 'openlp/plugins/remotes/html/openlp.js'
--- openlp/plugins/remotes/html/openlp.js 2011-03-24 19:04:02 +0000
+++ openlp/plugins/remotes/html/openlp.js 2011-03-26 17:53:32 +0000
@@ -93,7 +93,6 @@
},
setSlide: function (event) {
var slide = OpenLP.getElement(event);
- console.log(slide);
var id = slide.attr("value");
var text = JSON.stringify({"request": {"id": id}});
$.getJSON(
Follow ups