Changeset 933
- Timestamp:
- 01/13/08 22:40:33 (5 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r931 r933 5019 5019 if ( typeof this.config.stripSelfNamedAnchors != 'undefined' && this.config.stripSelfNamedAnchors ) 5020 5020 { 5021 var stripRe = new RegExp("((href|src|background)=\")("+Xinha.escapeStringForRegExp( document.location.href.replace(/&/g,'&')) + ')([#?][^\'" ]*)', 'g');5021 var stripRe = new RegExp("((href|src|background)=\")("+Xinha.escapeStringForRegExp(unescape(document.location.href.replace(/&/g,'&'))) + ')([#?][^\'" ]*)', 'g'); 5022 5022 html = html.replace(stripRe, '$1$4'); 5023 5023 }
