mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
remove debug alert from last commit
This commit is contained in:
parent
12c02b1a87
commit
3d3747cb45
1 changed files with 0 additions and 1 deletions
|
|
@ -1211,7 +1211,6 @@ $(document).ready(function() {
|
||||||
|
|
||||||
// fix for IE8. Without this checkboxes don't work AJAXy. See #1152
|
// fix for IE8. Without this checkboxes don't work AJAXy. See #1152
|
||||||
if($.browser.msie && ($.browser.version.substring(0, 2) == "8.")) {
|
if($.browser.msie && ($.browser.version.substring(0, 2) == "8.")) {
|
||||||
alert("detected msie8");
|
|
||||||
$('body').bind('change', function() {
|
$('body').bind('change', function() {
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue