fix(webui): move "add maxed" after "add" button #2441
@ -527,8 +527,8 @@
 | 
			
		||||
                                <form class="input-group mb-3" onsubmit="doAcquireMod();return false;">
 | 
			
		||||
                                    <input class="form-control" id="mod-count" type="number" value="1"/>
 | 
			
		||||
                                    <input class="form-control w-50" id="mod-to-acquire" list="datalist-mods" />
 | 
			
		||||
                                    <button class="btn btn-success" onclick="window.maxed=true" type="submit" data-loc="mods_addMax"></button>
 | 
			
		||||
                                    <button class="btn btn-primary" type="submit" data-loc="general_addButton"></button>
 | 
			
		||||
                                    <button class="btn btn-success" onclick="window.maxed=true" data-loc="mods_addMax"></button>
 | 
			
		||||
                                </form>
 | 
			
		||||
                                <table class="table table-hover w-100">
 | 
			
		||||
                                    <tbody id="mods-list"></tbody>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user