Update default palette catalogue to use https

This commit is contained in:
Nick O'Leary 2016-10-13 16:22:25 +01:00
parent 49f72881f4
commit eed470ddae
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ RED.palette.editor = (function() {
loadedList = [];
packageList.editableList('empty');
$(".palette-module-shade-status").html(RED._('palette.editor.loading'));
var catalogues = RED.settings.theme('palette.catalogues')||['http://catalogue.nodered.org/catalogue.json'];
var catalogues = RED.settings.theme('palette.catalogues')||['https://catalogue.nodered.org/catalogue.json'];
catalogueLoadStatus = [];
catalogueCount = catalogues.length;
if (catalogues.length > 1) {