diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index ebceb29..b7bb027 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -2182,9 +2182,7 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location",
}
};
- //======@ File menu links [FML BEGIN] @======[UTKARSH]
- //======@ Export Image @==============================
- $rootScope.ShowExportImageWindow = function () {
+ $rootScope.ShowExportImageWindow = function () { //'Export Image'
$(".export-image").css("display", "block");
};
@@ -2192,7 +2190,6 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location",
console.log('close')
$(".export-image").css("display", "none");
};
- //======@ [FML END] @
}]
);
\ No newline at end of file
diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html
index e0858da..188404b 100644
--- a/400-SOURCECODE/AIAHTML5.Web/index.html
+++ b/400-SOURCECODE/AIAHTML5.Web/index.html
@@ -1209,11 +1209,10 @@
-
+
-