mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 18:05:08 +00:00
Updated CKEditor to version 3.2.
Fix for bug #544. Monotone-Parent: 82ff830f32b58a69104d076987745b96e90e0ebf Monotone-Revision: e63ebbcc6deba63bb09fed682c0c64d7967a0579 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-04-03T09:02:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -16,7 +16,7 @@ function gup( name )
|
||||
var regex = new RegExp( regexS ) ;
|
||||
var results = regex.exec( window.location.href ) ;
|
||||
|
||||
if( results )
|
||||
if ( results )
|
||||
return results[ 1 ] ;
|
||||
else
|
||||
return '' ;
|
||||
|
||||
Reference in New Issue
Block a user