From 8043d09392ffd0c0cb8371079b2d1adf2a416ecc Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 11 Apr 2017 11:56:52 +0530 Subject: [PATCH] Commit Changes --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 2 +- 400-SOURCECODE/AIAHTML5.Web/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 238a6a7..02bbe16 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -3550,7 +3550,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $location.path('/'); }; - $rootScope.resetDrawCanvas = function (e) { + $rootScope.resetAnnotationCanvas = function (e) { $('#canvas').removeLayers(); diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index f39d64f..b1cf587 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -644,7 +644,7 @@ - + -- libgit2 0.21.4