Changeset 36104
- Timestamp:
- 12/09/09 01:05:34 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/account_switcher.js
r35701 r36104 8 8 <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/account_switcher.js</updateURL> 9 9 <author mail="masa138@gmail.com" homepage="http://www.hatena.ne.jp/masa138/">Masayuki KIMURA</author> 10 <version>0.0 7</version>10 <version>0.08</version> 11 11 <detail><![CDATA[ 12 12 … … 181 181 params.push(value); 182 182 } else { 183 res.responseText.match(new RegExp(' (<[\\S\\s]*?name=\"' + value + '\"[\\S\\s]*?>)'));184 RegExp.$1.match(/value=\"([ a-zA-Z0-9-_]+)\"/);183 res.responseText.match(new RegExp('<([^<>]*?name=\"' + value + '\"[^<>]*?)>')); 184 RegExp.$1.match(/value=\"([\w-]+)\"/); 185 185 params.push(value + '=' + encodeURIComponent(RegExp.$1)); 186 186 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)