mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUACAMOLE-152: Remove superfluous semicolon.
This commit is contained in:
		| @@ -155,7 +155,7 @@ | ||||
|                                 <input type="number" class="zoom-ctrl" guac-zoom-ctrl | ||||
|                                         ng-model="client.clientProperties.scale" | ||||
|                                         ng-model-options="{ updateOn: 'blur submit' }" | ||||
|                                         ng-change="zoomSet();" />% | ||||
|                                         ng-change="zoomSet()" />% | ||||
|                             </div> | ||||
|                             <div ng-click="zoomIn()" id="zoom-in"><img src="images/settings/zoom-in.png" alt="+"/></div> | ||||
|                         </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user