Commit 0c45bdf9c65683da02583342252061f6e15de88a
Merge branch 'cilandingpagehighlight' into Develop
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -748,6 +748,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | @@ -748,6 +748,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | ||
748 | $("#DrawMode").removeClass("annotationtoolbartab"); | 748 | $("#DrawMode").removeClass("annotationtoolbartab"); |
749 | $('.btnCursor').removeClass('activebtncolor'); | 749 | $('.btnCursor').removeClass('activebtncolor'); |
750 | $("#annotationButton").removeClass("active"); | 750 | $("#annotationButton").removeClass("active"); |
751 | + $("#annotationButton").blur(); | ||
751 | $("#annotationToolBarOptions").removeClass("active"); | 752 | $("#annotationToolBarOptions").removeClass("active"); |
752 | 753 | ||
753 | 754 |