@@ -177,6 +177,18 @@
} catch (err) {
console.log(err)
}
+ function isIE(){
+ if(!!window.ActiveXObject || "ActiveXObject" in window){
+ return true;
+ }else{
+ return false;
+ }
+ $(function () {
+ if (isIE()) {
+ renderImg()
+ })
var ttf={{.T.ttf}}
function textFormatForMosaic (text, phone) {