Revision fb66080c ui/templates/list.html

b/ui/templates/list.html
120 120
			   };
121 121

  
122 122
// on checkbox click, update the actions
123
$("tbody input[type='checkbox']").live('change', updateActions);
123
$("tbody input[type='checkbox']").live('change', function() { updateActions(); });
124 124

  
125 125
function updateActions() {
126 126
	var states = [];

Also available in: Unified diff