fix fullscreen problem which was called 2 times
authorrougeronj
Fri, 02 Oct 2015 12:59:18 +0200
changeset 570 9698b3c8f31a
parent 569 7cedb9bbcaba
child 571 f2c90a8337ed
fix fullscreen problem which was called 2 times
client/js/renderer/scene.js
--- a/client/js/renderer/scene.js	Thu Oct 01 17:42:13 2015 +0200
+++ b/client/js/renderer/scene.js	Fri Oct 02 12:59:18 2015 +0200
@@ -248,7 +248,6 @@
             this.$.find(".Rk-FullScreen-Button .Rk-TopBar-Tooltip-Contents").html(this.renkan.translate("Fullscreen not supported by your browser"));
         }
         
-        bindClick(".Rk-FullScreen-Button", "fullScreen");
         bindClick(".Rk-AddNode-Button", "addNodeBtn");
         bindClick(".Rk-AddEdge-Button", "addEdgeBtn");
         bindClick(".Rk-Save-Button", "save");