Commit 10873ab186982353bf7d309ca2708f8017ac71b6
1 parent
fa8f0546
removed comment from wrong place
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -2233,7 +2233,7 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", |
2233 | 2233 | } |
2234 | 2234 | }; |
2235 | 2235 | |
2236 | - $rootScope.ShowExportImageWindow = function () { //'Export Image' | |
2236 | + $rootScope.ShowExportImageWindow = function () { | |
2237 | 2237 | $(".export-image").css("display", "block"); |
2238 | 2238 | }; |
2239 | 2239 | ... | ... |