Changeset 1078
- Timestamp:
- 05/12/2008 09:51:05 PM (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.6.5/3rdparty/plugins/wikkaedit/wikkaedit.js
r987 r1078 247 247 WikkaEdit.prototype.showFormattingRules = function() { 248 248 var newUrl = window.location.href; 249 newUrl = newUrl.replace(/[a-zA-Z0-9]+\/edit $/, "FormattingRules");249 newUrl = newUrl.replace(/[a-zA-Z0-9]+\/edit.*$/, "FormattingRules"); 250 250 window.open(newUrl, "wikka_formatting_rules"); 251 251 }