stop annoying drag on some handles
This commit is contained in:
@@ -91,8 +91,12 @@
|
|||||||
<button id="final_change_password_button">Change Password</button>
|
<button id="final_change_password_button">Change Password</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="resize_photo_dialouge" class="card static_center hidden">
|
<div
|
||||||
<div id="image_container">
|
id="resize_photo_dialouge"
|
||||||
|
class="card static_center hidden"
|
||||||
|
draggable="false"
|
||||||
|
>
|
||||||
|
<div id="image_container" draggable="false">
|
||||||
<img
|
<img
|
||||||
id="new_profile_image"
|
id="new_profile_image"
|
||||||
alt="new-profile-image"
|
alt="new-profile-image"
|
||||||
@@ -125,7 +129,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="resize_photo_box" draggable="false"></div>
|
<div id="resize_photo_box" draggable="false"></div>
|
||||||
</div>
|
</div>
|
||||||
<button id="confirm_change">Confirm Change</button>
|
<button id="confirm_change" draggable="false">Confirm Change</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img id="logo_image" alt="logo" src="/logo" />
|
<img id="logo_image" alt="logo" src="/logo" />
|
||||||
|
|||||||
Reference in New Issue
Block a user