提交 338dcce5 编写于 作者: O o2null

Merge branch 'fix/mootools' into 'wrdp'

fix mooltools

See merge request o2oa/o2oa!6220
......@@ -772,6 +772,17 @@ public class Config {
return instance().initialServiceScriptText;
}
@Deprecated
public String mooToolsScriptText;
@Deprecated
public static synchronized String mooToolsScriptText() throws Exception {
if (null == instance().mooToolsScriptText) {
instance().mooToolsScriptText = BaseTools.readString(PATH_COMMONS_MOOTOOLSSCRIPTTEXT);
}
return instance().mooToolsScriptText;
}
private MimeTypes mimeTypes;
public static synchronized MimeTypes mimeTypes() throws Exception {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册