mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge branch 'master' into dev
This commit is contained in:
		| @@ -988,7 +988,11 @@ RED.nodes = (function() { | ||||
|  | ||||
|         } | ||||
|         if (!isInitialLoad && unknownTypes.length > 0) { | ||||
|             var typeList = "<ul><li>"+unknownTypes.join("</li><li>")+"</li></ul>"; | ||||
|             var typeList = $("<ul>"); | ||||
|             unknownTypes.forEach(function(t) { | ||||
|                 $("<li>").text(t).appendTo(typeList); | ||||
|             }) | ||||
|             typeList = typeList[0].outerHTML; | ||||
|             RED.notify("<p>"+RED._("clipboard.importUnrecognised",{count:unknownTypes.length})+"</p>"+typeList,"error",false,10000); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user