iaddict-bcms_fckeditor 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -198,10 +198,10 @@ oParser.ParseEMailUri = function( sUrl )
198
198
  if ( aMatch )
199
199
  {
200
200
  // The link is encoded
201
- oEMailInfo.Address = eval( aMatch[1] ) ;
202
- if ( aMatch[2] )
201
+ oEMailInfo.Address = eval( aMatch[2] ) ;
202
+ if ( aMatch[3] )
203
203
  {
204
- var oEMailParams = oParser.ParseEMailParams( aMatch[2] ) ;
204
+ var oEMailParams = oParser.ParseEMailParams( aMatch[3] ) ;
205
205
  oEMailInfo.Subject = oEMailParams.Subject ;
206
206
  oEMailInfo.Body = oEMailParams.Body ;
207
207
  }
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: iaddict-bcms_fckeditor
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.4
5
+ version: 1.1.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - BrowserMedia
@@ -429,7 +429,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
429
429
  requirements:
430
430
  - - ">="
431
431
  - !ruby/object:Gem::Version
432
- hash: -3544941116150286104
432
+ hash: 2168111499058370247
433
433
  segments:
434
434
  - 0
435
435
  version: "0"