mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
Remove support for IE7 and IE8
This commit is contained in:
parent
29eea7dd99
commit
fddcc1d8a5
1 changed files with 0 additions and 9 deletions
|
|
@ -1134,15 +1134,6 @@ function enable_rich_interaction(){
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
// fix for IE7/8. Without this checkboxes don't work AJAXy. See #1152
|
|
||||||
var msie8 = /MSIE 8.0/.test(navigator.userAgent);
|
|
||||||
var msie7 = /MSIE 7.0/.test(navigator.userAgent);
|
|
||||||
if(msie8 || msie7) {
|
|
||||||
$('body').bind('change', function() {
|
|
||||||
return true;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
TodoItemsContainer.setup_container_toggles();
|
TodoItemsContainer.setup_container_toggles();
|
||||||
|
|
||||||
/* enable page specific behavior */
|
/* enable page specific behavior */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue