mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Hide Node info section when displaying changelog
This commit is contained in:
		| @@ -31,7 +31,6 @@ RED.sidebar.info = (function() { | ||||
|     var nodeSection; | ||||
|     var infoSection; | ||||
|     var tipBox; | ||||
|     var tipContainer; | ||||
|  | ||||
|     var expandedSections = { | ||||
|         "property": false | ||||
| @@ -61,7 +60,7 @@ RED.sidebar.info = (function() { | ||||
|         infoSection.content.css("padding","6px"); | ||||
|         infoSection.container.css("border-bottom","none"); | ||||
|  | ||||
|         tipContainer = $('<div class="node-info-tips"></div>').appendTo(content); | ||||
|         var tipContainer = $('<div class="node-info-tips"></div>').appendTo(content); | ||||
|         tipBox = $('<div class="node-info-tip"></div>').appendTo(tipContainer); | ||||
|         var tipButtons = $('<div class="node-info-tips-buttons"></div>').appendTo(tipContainer); | ||||
|  | ||||
| @@ -306,6 +305,7 @@ RED.sidebar.info = (function() { | ||||
|     function set(html) { | ||||
|         // tips.stop(); | ||||
|         sections.show(); | ||||
|         nodeSection.container.hide(); | ||||
|         $(infoSection.content).html(html); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user