mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update to new catalogue format
This commit is contained in:
		@@ -304,9 +304,9 @@ RED.palette.editor = (function() {
 | 
			
		||||
 | 
			
		||||
    function initInstallTab() {
 | 
			
		||||
        $("#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];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user