Make modal draggable

This commit is contained in:
Maximilian Grundke
2017-09-05 15:57:42 +02:00
parent 8ce46d2cb8
commit 7bb77e5829

View File

@ -81,6 +81,8 @@ also, all settings from the rails model needed for the editor configuration in t
<script type="text/javascript"> <script type="text/javascript">
$('.modal-content').draggable({handle: '.modal-header'});
var solvedButton = $('#mark-as-solved-button'); var solvedButton = $('#mark-as-solved-button');
var addCommentExerciseButton = $('#addCommentExerciseButton'); var addCommentExerciseButton = $('#addCommentExerciseButton');