nytimes / ice

track changes with javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE8 compatibility

alfred-c opened this issue · comments

Need to include something like the following to support css styles on and tags

<!--[if lt IE 9]>
<script>
    document.createElement('insert');
    document.createElement('delete');
</script>
<![endif]-->

@alfred-c Thanks for the suggestion - this is now on master and I will probably tag soon.