Commit 7693f8afc17cee49d2075125deca23a343db5e47

Authored by Nikita Kulshreshtha
2 parents 7ca7fe87 86b61bd4

Merge branch 'InappropriateSearchList' into Develop-IPAD-MAC

400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
... ... @@ -291,11 +291,11 @@
291 291 </button>
292 292 </div>
293 293 <div class="btn-group open" id="da-body-nav">
294   - <button type="button" style="padding:0px 0px 10px 1px !important;background-color:rgba(255,255,255,0.0); border:none;" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
  294 + <button type="button" style="padding:0px 0px 10px 1px !important;background-color:rgba(255,255,255,0.0); border:none;" class="btn btn-primary dropdown-toggle btn-sm" id="navigatorBtn">
295 295 <img src="~/../content/images/DA/navigator-view.png" style="height:30px; width:50px" />
296 296 </button>
297 297  
298   - <div class="dropdown-menu active" id="navigatorDiv" style="min-height: initial; min-width: initial; ">
  298 + <div class="dropdown-menu" id="navigatorDiv" style="min-height: initial; min-width: initial; ">
299 299 <div id="containment-wrapper" align="center" style="min-width: initial; height: 119px; ">
300 300 <img id="navimg" alt="" />
301 301 <div id="draggable" class="draggable ui-widget-content dragdivposition" ng-mouseup="ScrollCanvasDiv()">
... ... @@ -434,7 +434,13 @@
434 434 </div>
435 435 <!--<script src="../../../libs/jquery/1.11.4/jquery-ui.js"></script>-->
436 436 <script src="libs/jquery/jquery_plugin/slider-pips/jquery-ui-slider-pips.js"></script>
437   -
  437 +<script>
  438 + $(document).ready(function () {
  439 + $("#navigatorBtn").on('click', function () {
  440 + $("#navigatorDiv").toggle();
  441 + });
  442 + });
  443 +</script>
438 444 <script>
439 445 $(window).load(function () {
440 446 $(".stickey-area").sticky();
... ...