Browse Source

Test perf

master
Fab 4 years ago
parent
commit
0e7924231b
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      ShopBundle/Resources/public/js/backend/script/default/init-list.js

+ 7
- 0
ShopBundle/Resources/public/js/backend/script/default/init-list.js View File

@@ -24,6 +24,13 @@ function initDeleteAction() {
});
});
});


$('.action-duplicate').each(function () {
$(this).on('click', function (e) {
return confirm("Press a button!");
});
});
}



Loading…
Cancel
Save