mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	js style
This commit is contained in:
		| @@ -797,7 +797,7 @@ function insertActionButton(modal, options) { | |||||||
|  |  | ||||||
|     // check if button already present |     // check if button already present | ||||||
|     var already_present = false; |     var already_present = false; | ||||||
|     for(var child=element[0].firstElementChild; child; child=child.nextElementSibling){ |     for (var child=element[0].firstElementChild; child; child=child.nextElementSibling) { | ||||||
|         if (item.firstElementChild.name == options.name) { |         if (item.firstElementChild.name == options.name) { | ||||||
|             already_present = true; |             already_present = true; | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user