Commit db59a8f6b3847de0a2b019bfbe3a2429731ed3c0

Authored by Amrita Vishnoi
1 parent 68f8eacb

Fix merge change

400-SOURCECODE/AIAHTML5.Web/index.html
... ... @@ -465,9 +465,9 @@
465 465 </div>
466 466 <div class="well-popup well">
467 467 <!--#7931-->
468   - <img src="content/images/blank-shape.jpg" alt="..." class="img-rounded img-responsive" ng-click="disableAnnotationtoolOnListManager||enableAnnotationToolBar()">
  468 +
469 469 <div id="edit-block" style="display: none; font-size: 13px;">Edit Shape Style</div>
470   - <img id="OnEdtShape" src="content/images/blank-shape.jpg" alt="..." class="img-rounded img-responsive" ng-click="enableAnnotationToolBar()">
  470 + <img id="OnEdtShape" src="content/images/blank-shape.jpg" alt="..." class="img-rounded img-responsive" ng-click="disableAnnotationtoolOnListManager||enableAnnotationToolBar()">
471 471  
472 472 </div>
473 473 <div class="well well-popup">
... ...