|
@@ -13,7 +13,7 @@ o2.widget.Common = new Class({
|
|
|
}else{
|
|
}else{
|
|
|
this.cssPath = (this.cssPath.indexOf("?")!=-1) ? this.cssPath+"&v="+o2.version.v : this.cssPath+"?v="+o2.version.v;
|
|
this.cssPath = (this.cssPath.indexOf("?")!=-1) ? this.cssPath+"&v="+o2.version.v : this.cssPath+"?v="+o2.version.v;
|
|
|
var r = new Request.JSON({
|
|
var r = new Request.JSON({
|
|
|
- url: this.cssPath,
|
|
|
|
|
|
|
+ url: o2.filterUrl(this.cssPath),
|
|
|
secure: false,
|
|
secure: false,
|
|
|
async: false,
|
|
async: false,
|
|
|
method: "get",
|
|
method: "get",
|
|
@@ -63,4 +63,4 @@ o2.widget.Common = new Class({
|
|
|
});
|
|
});
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
-});
|
|
|
|
|
|
|
+});
|