X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fwsc%2Fdialogs%2Fciframe.html;h=0a96d82e8afac66ac36d3c288123502d3ae9dbff;hb=c6e377a02b54abc07129d72b632763c727476a15;hp=8e163fe57935df22b9cb04897e1d5dbbc5e169a8;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/wsc/dialogs/ciframe.html b/_source/plugins/wsc/dialogs/ciframe.html index 8e163fe..0a96d82 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 '' ;