diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 21cf0af..238a6a7 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -338,7 +338,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic // getUserDetails(); if ($.browser.msie) { - $("#refreshBtn").css("display", "inline-block"); + $("#resetBtn").css("display", "inline-block"); // $rootScope.refreshCanvas(); } @@ -3550,7 +3550,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $location.path('/'); }; - $rootScope.refreshCanvas = function (e) { + $rootScope.resetDrawCanvas = function (e) { $('#canvas').removeLayers(); diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 2735a10..f39d64f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -644,7 +644,7 @@ - +