mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	fix formatting
This commit is contained in:
		| @@ -43,9 +43,9 @@ var RED = (function() { | ||||
|                         } | ||||
|                     } | ||||
|                     $('body').append(newScript); | ||||
|                     if( $(el).attr('type') === "module"){ | ||||
|       newScript.type = "module" | ||||
|     } | ||||
|                     if ($(el).attr('type') === "module") { | ||||
|                       newScript.type = "module"; | ||||
|                     } | ||||
|                     newScript.src = RED.settings.apiRootUrl+srcUrl; | ||||
|                     hasDeferred = true; | ||||
|                 } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user