forked from openlp/openlp
Removed a console.log which caused older browsers to choke.
bzr-revno: 1429
This commit is contained in:
commit
98ea1c5ff9
@ -93,7 +93,6 @@ window.OpenLP = {
|
||||
},
|
||||
setSlide: function (event) {
|
||||
var slide = OpenLP.getElement(event);
|
||||
console.log(slide);
|
||||
var id = slide.attr("value");
|
||||
var text = JSON.stringify({"request": {"id": id}});
|
||||
$.getJSON(
|
||||
|
Loading…
Reference in New Issue
Block a user