Changeset 1028
- Timestamp:
- 08/23/08 19:15:07 (5 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1001 r1028 77 77 // convert _editor_url to absolute 78 78 if(!_editor_url.match(/^([^:]+\:)?\//)){ 79 var path = window.location.toString(). split("/");79 var path = window.location.toString().replace(/\?.*$/,'').split("/"); 80 80 path.pop(); 81 81 _editor_url = Xinha._resolveRelativeUrl(path.join("/"), _editor_url);
