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
@ -304,9 +304,9 @@ RED.palette.editor = (function() {
|
|||||||
|
|
||||||
function initInstallTab() {
|
function initInstallTab() {
|
||||||
$("#palette-module-install-shade").show();
|
$("#palette-module-install-shade").show();
|
||||||
|
|
||||||
$.getJSON('http://catalogue.nodered.org/catalogue.json',function(v) {
|
$.getJSON('http://catalogue.nodered.org/catalogue.json',function(v) {
|
||||||
loadedList = v;
|
loadedList = v.modules;
|
||||||
searchInput.searchBox('count',loadedList.length);
|
searchInput.searchBox('count',loadedList.length);
|
||||||
loadedList.forEach(function(m) {
|
loadedList.forEach(function(m) {
|
||||||
m.index = [m.id];
|
m.index = [m.id];
|
||||||
|
Loading…
Reference in New Issue
Block a user