From ad5d6e5b8670ae4b8b3258cdbec334b2b4c5316f Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 11 Apr 2017 11:25:36 +0530 Subject: [PATCH] Commit Changes --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 4 ++-- 400-SOURCECODE/AIAHTML5.Web/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - + -- libgit2 0.21.4