remove debug alert from last commit

This commit is contained in:
Reinier Balt 2011-04-29 18:07:19 +02:00
parent 12c02b1a87
commit 3d3747cb45

View file

@ -1211,7 +1211,6 @@ $(document).ready(function() {
// fix for IE8. Without this checkboxes don't work AJAXy. See #1152
if($.browser.msie && ($.browser.version.substring(0, 2) == "8.")) {
alert("detected msie8");
$('body').bind('change', function() {
return true;
});