diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index f517352..0401f4d 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -3630,7 +3630,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $location.path('/'); //Redirecting to landing page }; - $rootScope.resetAnnotationCanvas = function (e) { + $rootScope.resetDrawing = function (e) { $('#canvas').removeLayers(); diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 63a9c34..55fc6be 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -636,7 +636,7 @@ - + @@ -660,8 +660,7 @@