Commit 3ef62684fb8a9050a092ecb34edc83542defb03c
1 parent
212a5d74
Commit Changes
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -339,7 +339,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | @@ -339,7 +339,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | ||
339 | 339 | ||
340 | if ($.browser.msie) { | 340 | if ($.browser.msie) { |
341 | $("#refreshBtn").css("display", "inline-block"); | 341 | $("#refreshBtn").css("display", "inline-block"); |
342 | - $rootScope.refreshCanvas(); | 342 | + // $rootScope.refreshCanvas(); |
343 | 343 | ||
344 | } | 344 | } |
345 | $(function () { | 345 | $(function () { |