From: Ciro Scognamiglio Date: Tue, 4 Mar 2014 10:40:42 +0000 (+0100) Subject: bugix live event X-Git-Tag: myslice-1.1~243^2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e90cb39f59b5e1903ee0240512a12ae4061795dd;p=unfold.git bugix live event --- diff --git a/portal/static/js/myslice-ui.js b/portal/static/js/myslice-ui.js index 7f740d39..7442df6d 100644 --- a/portal/static/js/myslice-ui.js +++ b/portal/static/js/myslice-ui.js @@ -43,7 +43,7 @@ $(document).ready(function() { } ); - $("input[type=checkbox]").live('click',function() { + $("input[type=checkbox]").click(function() { var cnt = 0; var id = $(this).val(); var row = $(this).parent().parent()