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(
|
$.getJSON(
|
||||||
"/api/plugin/search",
|
"/api/plugin/search",
|
||||||
function (data, status) {
|
function (data, status) {
|
||||||
console.log(data);
|
|
||||||
console.log(status);
|
|
||||||
var select = $("#search-plugin");
|
var select = $("#search-plugin");
|
||||||
select.html("");
|
select.html("");
|
||||||
$.each(data.results.items, function (idx, value) {
|
$.each(data.results.items, function (idx, value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user