simov / express-admin

MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js
MIT License
1.17k stars 223 forks source link

IE8 on Win7 shows blank page #81

Open MasaGon opened 9 years ago

MasaGon commented 9 years ago

Fixed by followed,

[views/js/theme.html]

//      bootstrap.href = xAdmin.root+'/bootswatch/'+theme+'/bootstrap.min.css';
        document.createStyleSheet(xAdmin.root+'/bootswatch/'+theme+'/bootstrap.min.css');

This article served as my reference. http://stackoverflow.com/questions/1184950/dynamically-loading-css-stylesheet-doesnt-work-on-ie