mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-10-25 11:17:28 +02:00 
			
		
		
		
	Fix submit button in crop by adding id (#2374)
- Add missing ID to submit button in crop page.
This commit is contained in:
		
							parent
							
								
									de23bb702c
								
							
						
					
					
						commit
						5b6f649e4e
					
				| @ -22,7 +22,7 @@ | ||||
|                 <input id="y" type="hidden" name="y"> | ||||
|                 <input id="width" type="hidden" name="width"> | ||||
|                 <input id="height" type="hidden" name="height"> | ||||
|                 <button type="submit" class="btn btn-primary" th:text="#{crop.submit}"></button> | ||||
|                 <button id="submitBtn" type="submit" class="btn btn-primary" th:text="#{crop.submit}"></button> | ||||
|               </form> | ||||
|               <div id="canvasesContainer" style="position: relative; margin: 20px 0; width: auto;"> | ||||
|                 <canvas id="cropPdfCanvas" style="width: 100%"></canvas> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user