wip: jquery migration

This commit is contained in:
Florian BLOUET
2015-11-23 13:04:20 +01:00
parent 52b06b208e
commit 454f9d4db0
13 changed files with 51 additions and 51 deletions

View File

@@ -246,7 +246,7 @@ function display_basket() {
var sc_wrapper = $('#sc_wrapper');
var basket_options = $('#basket_options');
$('.report').live('click',function () {
$('.report').on('click',function () {
load_report();
return false;
}).addClass('clickable');