mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	| @@ -361,6 +361,10 @@ RED.deploy = (function() { | ||||
|             } | ||||
|  | ||||
|             deployInflight = true; | ||||
|             $("#header-shade").show(); | ||||
|             $("#editor-shade").show(); | ||||
|             $("#palette-shade").show(); | ||||
|             $("#sidebar-shade").show(); | ||||
|             $.ajax({ | ||||
|                 url:"flows", | ||||
|                 type: "POST", | ||||
| @@ -424,6 +428,10 @@ RED.deploy = (function() { | ||||
|                 setTimeout(function() { | ||||
|                     $(".deploy-button-content").css('opacity',1); | ||||
|                     $(".deploy-button-spinner").hide(); | ||||
|                     $("#header-shade").hide(); | ||||
|                     $("#editor-shade").hide(); | ||||
|                     $("#palette-shade").hide(); | ||||
|                     $("#sidebar-shade").hide(); | ||||
|                 },delta); | ||||
|             }); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user