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