Statistics
| Branch: | Tag: | Revision:

root / ui / static / snf / js / ui / ie_fixes.js @ 8d08f18a

History | View | Annotate | Download (129 Bytes)

1
(function(){
2
    $(document).ready(function() {
3
        //IE specific fixes
4
        if ($.browser.msie) {
5
        }
6
    });
7
})()