mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update to new catalogue format
This commit is contained in:
parent
11656382a7
commit
eecf92183f
@ -306,7 +306,7 @@ RED.palette.editor = (function() {
|
||||
$("#palette-module-install-shade").show();
|
||||
|
||||
$.getJSON('http://catalogue.nodered.org/catalogue.json',function(v) {
|
||||
loadedList = v;
|
||||
loadedList = v.modules;
|
||||
searchInput.searchBox('count',loadedList.length);
|
||||
loadedList.forEach(function(m) {
|
||||
m.index = [m.id];
|
||||
|
Loading…
Reference in New Issue
Block a user