diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 4f8b431..8957bae 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -148,6 +148,17 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A
}
+ $scope.helpTopicLink = function () {
+ var absurl = $location.absUrl();
+ var hTopicUrl = absurl + "content/help/index.html";
+ var aboutADAM = absurl + "content/help/about/Adam_Credits_AIA5.html";
+
+ $("#helplinkId").append("
Help Topics ");
+ $("#helplinkId").append(" Customer Support ");
+ $("#helplinkId").append("");
+ $("#helplinkId").append(" About A.D.A.M. ");
+
+ }
$rootScope.initializeAIA = function () {
@@ -209,6 +220,11 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A
$rootScope.getConfigurationValues();
}
+
+ $timeout(function () {
+
+ $scope.helpTopicLink();
+ }, 2000);
}
$rootScope.getConfigurationValues = function () {
ConfigurationService.getCofigValue()
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html
index 5c961ef..8175724 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html
+++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html
@@ -44,10 +44,10 @@
Help