Changes between Initial Version and Version 1 of Ticket #7216, comment 18
- Timestamp:
- Nov 8, 2010, 6:00:56 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7216, comment 18
initial v1 1 1 Think this might fix it, will try later: 2 2 {{{ 3 .replace(/=\s*([^'" ]*)\s*\]/g, "='$1'")3 .replace(/=\s*([^'"\]]*)\s*\]/g, "='$1'") 4 4 }}}