mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Inject node: no-repeat not showing correctly
This commit is contained in:
		| @@ -202,7 +202,7 @@ | ||||
|         }, | ||||
|         oneditprepare: function() { | ||||
|             var repeattype = "none"; | ||||
|             if (parseInt(this.repeat) != 0) { | ||||
|             if (this.repeat != "") { | ||||
|                 repeattype = "interval"; | ||||
|                 $("#inject-time-interval-units option").filter(function() {return $(this).val() == "s";}).attr('selected',true); | ||||
|                 $("#inject-time-interval-count").val(this.repeat); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user