mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 00:37:15 +00:00
refactor: Use right css clas name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user