Commit 46c5a81f638c5020cc7b072666250d314752039a

Authored by Nikita Kulshreshtha
2 parents 886f6c85 ee23f4b8

Merge branch 'colorblackafterca' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -357,10 +357,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
357 357 // document.getElementById('modeleditstyle').style.display = "block";
358 358  
359 359 }
360   - if ($rootScope.MenuModuleName == "CA")
361   - {
362   - $("#annotationpaintbrushsize").attr("href", "#");
363   - }
  360 + //if ($rootScope.MenuModuleName == "CA")
  361 + //{
  362 + // $("#annotationpaintbrushsize").attr("href", "#");
  363 + //}
364 364 $("#OnIdentify").addClass("annotationtoolbartab");
365 365 $("#annotationToolBarOptions").addClass("active");
366 366 $("#annotationButton").addClass("active");
... ...