提交 f72b4fb5 编写于 作者: NoSubject's avatar NoSubject

支持主流框架,一些路径解析修改

上级 3887a708
......@@ -13,7 +13,7 @@ o2.widget.Common = new Class({
}else{
this.cssPath = (this.cssPath.indexOf("?")!=-1) ? this.cssPath+"&v="+o2.version.v : this.cssPath+"?v="+o2.version.v;
var r = new Request.JSON({
url: this.cssPath,
url: o2.filterUrl(this.cssPath),
secure: false,
async: false,
method: "get",
......@@ -63,4 +63,4 @@ o2.widget.Common = new Class({
});
return false;
}
});
\ No newline at end of file
});
......@@ -77,7 +77,7 @@ MWF.xApplication.Template.MPopupForm = MPopupForm = new Class({
_loadCss: function(){
var css = {};
var r = new Request.JSON({
url: this.cssPath,
url: o2.filterUrl(this.cssPath),
secure: false,
async: false,
method: "get",
......
......@@ -45,7 +45,7 @@ MWF.xApplication.Template.widget.ColorPicker = new Class({
}else{
this.cssPath = (this.cssPath.indexOf("?")!=-1) ? this.cssPath+"&v="+COMMON.version : this.cssPath+"?v="+COMMON.version;
var r = new Request.JSON({
url: this.cssPath,
url: o2.filterUrl(this.cssPath),
secure: false,
async: false,
method: "get",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册