Better precision in expiring quizzes
This commit is contained in:
@ -95,6 +95,7 @@ $('.test-action').click(function(event) {
|
||||
data: JSON.stringify({'_id': _id}),
|
||||
contentType: 'application/json',
|
||||
success: function(response) {
|
||||
$(window).scrollTop(0);
|
||||
window.location.reload();
|
||||
},
|
||||
error: function(response){
|
||||
|
Reference in New Issue
Block a user