diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index d2cd0ce..e311faf 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -165,6 +165,18 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", } + // Dissectible Anatomy > Settings should be disable if Annotation is Open. + $rootScope.ShowSettingWindow = function () { + if ($(".annotationTollbar").css("display") == "block") { + // alert("already open"); + } + else { + $('#modal-settings').modal('toggle'); + } + + + } + //----Annotation Toolbar: Jcanvas----- diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html index b540b99..a02f42f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html @@ -35,7 +35,7 @@
  • Annotation Toolbar
  • Add to Existing Curriculum
  • -
  • Settings
  • +
  • Settings
  • Lab Exercises PDF