X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fwsc%2Fdialogs%2Fciframe.html;h=292297d70e2c3360c966d7d705376d367a67840f;hb=refs%2Ftags%2Fv3.6.3;hp=9c04f690f137051e17702fc65c4ca021215ed8dd;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/plugins/wsc/dialogs/ciframe.html b/_source/plugins/wsc/dialogs/ciframe.html index 9c04f69..292297d 100644 --- a/_source/plugins/wsc/dialogs/ciframe.html +++ b/_source/plugins/wsc/dialogs/ciframe.html @@ -1,6 +1,6 @@ @@ -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 '' ;