refactor: Use right css clas name

This commit is contained in:
Suraj Shetty 2020-08-23 16:36:56 +05:30
parent a43e760703
commit 314551ceb2

View File

@ -71,7 +71,7 @@ erpnext.ExerciseEditor = Class.extend({
$('.btn-del').on('click', function() {
let id = $(this).attr('data-id');
$('#card-'+id).addClass("zoomOutDelete");
$('#card-'+id).addClass("zoom-out");
setTimeout(() => {
// not using grid_rows[id].remove because