|
|
@@ -42,6 +42,7 @@ $(document).ready(function() { |
|
|
|
opendistrib_tooltip() ; |
|
|
|
opendistrib_ordre_produits() ; |
|
|
|
opendistrib_products() ; |
|
|
|
opendistrib_confirm_delete() ; |
|
|
|
}) ; |
|
|
|
|
|
|
|
var UrlManager = { |
|
|
@@ -54,6 +55,15 @@ var UrlManager = { |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
function opendistrib_confirm_delete() { |
|
|
|
$('.btn-confirm-delete').click(function(event) { |
|
|
|
if(!confirm('Souhaitez-vous vraiment supprimer cette entrée ?')) { |
|
|
|
event.stopPropagation() ; |
|
|
|
return false ; |
|
|
|
} |
|
|
|
}) ; |
|
|
|
} |
|
|
|
|
|
|
|
function opendistrib_products() { |
|
|
|
if($('.product-create').size() || $('.product-update').size()) { |
|
|
|
opendistrib_products_event_unit(false) ; |