Commit 2c25cff621c58423c63ddec0169cc001ec967b8e

Authored by Mukul Rajput
1 parent b64d9472

this is sol for the bug 28602

400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html
... ... @@ -40,7 +40,7 @@
40 40 <div class="col-sm-9">
41 41 <div style="position: relative; margin-left: 70px;" id="imgdiv">
42 42 <div id="imgblock">
43   - <img id="droppable" ng-src="content/images/LE/{{Imagepath}}" alt="" ng-click="onClick()" imageonload />
  43 + <img id="droppable" ng-src="content/images/LE/{{Imagepath}}" alt="" ng-click="onClick()" ondragstart="return false;" imageonload />
44 44 </div>
45 45  
46 46 <div ng-show="IsVisible" ng-repeat="optionbox in LabExerciseModules.OptionBox" droppable="true" class="droppable ui-droppable options" id="blockbox-{{optionbox.BoxName}}" ng-style="{'top':{{optionbox.topcoord}}, 'left':{{optionbox.leftcoord}},'position': 'absolute', 'width': '155px', 'height':'30px', 'border':'0px solid #333', 'background': '#E8E8E8' }">{{optionbox.Answervalue}}</div>
... ...