You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/05/17 19:49:54 UTC

[6/7] guacamole-client git commit: GUACAMOLE-152: Remove superfluous semicolon.

GUACAMOLE-152: Remove superfluous semicolon.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/a0200824
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/a0200824
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/a0200824

Branch: refs/heads/master
Commit: a0200824afb66154d2635e82d6e05b3715064f4b
Parents: b34d97f
Author: Nick Couchman <vn...@apache.org>
Authored: Wed May 16 10:43:07 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Wed May 16 10:43:07 2018 -0400

----------------------------------------------------------------------
 guacamole/src/main/webapp/app/client/templates/client.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/a0200824/guacamole/src/main/webapp/app/client/templates/client.html
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/client/templates/client.html b/guacamole/src/main/webapp/app/client/templates/client.html
index 6fda594..054cbcf 100644
--- a/guacamole/src/main/webapp/app/client/templates/client.html
+++ b/guacamole/src/main/webapp/app/client/templates/client.html
@@ -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>