Browse Source

Merge branch 'develop' of https://gitea.laclic.fr/Laclic/LcShopBundle into develop

feature/export_comptable
Guillaume 4 years ago
parent
commit
1949e20f98
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

}); });
}); });
}); });


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





Loading…
Cancel
Save