|
@@ -667,6 +667,7 @@ function _formatCss(css) {
|
|
return str;
|
|
return str;
|
|
}
|
|
}
|
|
function _formatUrl(url, mode, host, pathname) {
|
|
function _formatUrl(url, mode, host, pathname) {
|
|
|
|
+ return url;
|
|
mode = _undef(mode, '').toLowerCase();
|
|
mode = _undef(mode, '').toLowerCase();
|
|
if (url.substr(0, 5) != 'data:') {
|
|
if (url.substr(0, 5) != 'data:') {
|
|
url = url.replace(/([^:])\/\//g, '$1/');
|
|
url = url.replace(/([^:])\/\//g, '$1/');
|