Make modal resizable
This commit is contained in:
@@ -81,7 +81,11 @@ also, all settings from the rails model needed for the editor configuration in t
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
$('.modal-content').draggable({handle: '.modal-header'});
|
||||
$('.modal-content').draggable({
|
||||
handle: '.modal-header'
|
||||
}).resizable({
|
||||
autoHide: true
|
||||
});
|
||||
|
||||
var solvedButton = $('#mark-as-solved-button');
|
||||
var addCommentExerciseButton = $('#addCommentExerciseButton');
|
||||
|
Reference in New Issue
Block a user