forked from openlp/openlp
Not sure how those console.logs got in there, but they don't belong there.
This commit is contained in:
parent
a399517e3d
commit
cd90f5ca68
@ -41,8 +41,6 @@ window.OpenLP = {
|
||||
$.getJSON(
|
||||
"/api/plugin/search",
|
||||
function (data, status) {
|
||||
console.log(data);
|
||||
console.log(status);
|
||||
var select = $("#search-plugin");
|
||||
select.html("");
|
||||
$.each(data.results.items, function (idx, value) {
|
||||
|
Loading…
Reference in New Issue
Block a user