mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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
|
<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>
|
||||||
|
Reference in New Issue
Block a user