fixed pmdynaform responsive for ie8

This commit is contained in:
Richard Yujra
2015-02-19 10:24:42 -04:00
parent b1fb08db90
commit 23cc5574b2
4 changed files with 10 additions and 6 deletions

View File

@@ -22,10 +22,10 @@ function dynaFormChanged(frm) {
return false;
}
$(window).load(function () {
if ((navigator.userAgent.indexOf("MSIE") !== -1) || (navigator.userAgent.indexOf("Trident") !== -1)) {
/*if ((navigator.userAgent.indexOf("MSIE") !== -1) || (navigator.userAgent.indexOf("Trident") !== -1)) {
document.body.innerHTML = "<div style='margin:15px'>Responsive Dynaforms are not supported in this browser.</div>";
return;
}
}*/
var data = jsondata;
window.project = new PMDynaform.core.Project({
data: data,