diff --git a/admin-dev/themes/default/template/helpers/list/list_action_delete.tpl b/admin-dev/themes/default/template/helpers/list/list_action_delete.tpl
index 86e3bb345..c05726f3c 100644
--- a/admin-dev/themes/default/template/helpers/list/list_action_delete.tpl
+++ b/admin-dev/themes/default/template/helpers/list/list_action_delete.tpl
@@ -23,6 +23,6 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-
+
\ No newline at end of file
diff --git a/js/admin-products.js b/js/admin-products.js
index 2a909f782..14ccad686 100644
--- a/js/admin-products.js
+++ b/js/admin-products.js
@@ -499,12 +499,12 @@ $(document).ready(function() {
// Bind to delete specific price link
onTabLoad('Prices', function(){
$('#specific_prices_list').delegate('a[name="delete_link"]', 'click', function(){
+ e.preventDefault();
deleteSpecificPrice(this.href, $(this).parents('tr'));
- return false;
})
});
- // Bind action edition on attribute list
+ // Bind attribute list ajax actions (edit, default, delete)
onTabLoad('Combinations', function(){
$('table[name=list_table]').delegate('a.edit', 'click', function(e){
e.preventDefault();