GUACAMOLE-152: Remove superfluous semicolon.

This commit is contained in:
Nick Couchman
2018-05-16 10:43:07 -04:00
parent b34d97f82d
commit a0200824af

View File

@@ -155,7 +155,7 @@
<input type="number" class="zoom-ctrl" guac-zoom-ctrl <input type="number" class="zoom-ctrl" guac-zoom-ctrl
ng-model="client.clientProperties.scale" ng-model="client.clientProperties.scale"
ng-model-options="{ updateOn: 'blur submit' }" ng-model-options="{ updateOn: 'blur submit' }"
ng-change="zoomSet();" />% ng-change="zoomSet()" />%
</div> </div>
<div ng-click="zoomIn()" id="zoom-in"><img src="images/settings/zoom-in.png" alt="+"/></div> <div ng-click="zoomIn()" id="zoom-in"><img src="images/settings/zoom-in.png" alt="+"/></div>
</div> </div>