mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Hide palette until nodes loaded
This commit is contained in:
@@ -142,6 +142,9 @@ var RED = function() {
|
||||
function loadNodes() {
|
||||
$.get('nodes', function(data) {
|
||||
$("body").append(data);
|
||||
$(".palette-spinner").hide();
|
||||
$(".palette-scroll").show();
|
||||
$("#palette-search").show();
|
||||
loadFlows();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user