From 10873ab186982353bf7d309ca2708f8017ac71b6 Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Mon, 16 Jan 2017 12:21:24 +0530 Subject: [PATCH] removed comment from wrong place --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 0d64c6d..dbad488 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -2233,7 +2233,7 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", } }; - $rootScope.ShowExportImageWindow = function () { //'Export Image' + $rootScope.ShowExportImageWindow = function () { $(".export-image").css("display", "block"); }; -- libgit2 0.21.4