Skip to content

Commit

Permalink
make modal windows draggable
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviqv committed Mar 9, 2018
1 parent 51bf51e commit 0b53b3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Views/shared/common.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
ajax_form_submit($(this));
});
// Make modal windows draggable
$(".modal-dialog").draggable({
handle: ".modal-header"
});
});
function ajax_form_submit(_this)
Expand Down

0 comments on commit 0b53b3f

Please sign in to comment.