Index: ssts-web/src/main/webapp/disinfectsystem/print/LodopFuncs.js
===================================================================
diff -u -r31788 -r32615
--- ssts-web/src/main/webapp/disinfectsystem/print/LodopFuncs.js (.../LodopFuncs.js) (revision 31788)
+++ ssts-web/src/main/webapp/disinfectsystem/print/LodopFuncs.js (.../LodopFuncs.js) (revision 32615)
@@ -57,7 +57,7 @@
oscript.src = src2;
head.appendChild(oscript);
CLodopIsLocal = !!((src1 + src2).match(/\/\/localho|\/\/127.0.0./i));
- }, 2000);
+ }, 100);
}
//====获取LODOP对象的主过程:====
Index: ssts-web/src/main/webapp/common/taglibs.jsp
===================================================================
diff -u -r32612 -r32615
--- ssts-web/src/main/webapp/common/taglibs.jsp (.../taglibs.jsp) (revision 32612)
+++ ssts-web/src/main/webapp/common/taglibs.jsp (.../taglibs.jsp) (revision 32615)
@@ -18,6 +18,4 @@
application.setAttribute("ctx", request.getScheme() + "://" + request.getServerName() +
(request.getServerPort() != 80 ? (":" + request.getServerPort()) : "") + request.getContextPath());
%>
-
-
-
\ No newline at end of file
+
\ No newline at end of file