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");
};