refactor: Use right css clas name
This commit is contained in:
parent
a43e760703
commit
314551ceb2
@ -71,7 +71,7 @@ erpnext.ExerciseEditor = Class.extend({
|
|||||||
|
|
||||||
$('.btn-del').on('click', function() {
|
$('.btn-del').on('click', function() {
|
||||||
let id = $(this).attr('data-id');
|
let id = $(this).attr('data-id');
|
||||||
$('#card-'+id).addClass("zoomOutDelete");
|
$('#card-'+id).addClass("zoom-out");
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// not using grid_rows[id].remove because
|
// not using grid_rows[id].remove because
|
||||||
|
Loading…
x
Reference in New Issue
Block a user