X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fscayt%2Fdialogs%2Foptions.js;h=f745d8249ecce95dfbe0204f7c32b1f48d08424d;hb=refs%2Ftags%2Fv3.3.2;hp=c68b8cfa0d04d4314156dce011675e77839fa14a;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/plugins/scayt/dialogs/options.js b/_source/plugins/scayt/dialogs/options.js index c68b8cf..f745d82 100644 --- a/_source/plugins/scayt/dialogs/options.js +++ b/_source/plugins/scayt/dialogs/options.js @@ -243,9 +243,9 @@ CKEDITOR.dialog.add( 'scaytcheck', function( editor ) } } - var about = '

' + captions[ 'about_throwt_image' ] + '

'+ - '

' + captions[ 'version' ] + dialog.data.scayt.version.toString() + '

' + - '

' + captions[ 'about_throwt_copy' ] + '

'; + var about = '

' + + '

' + captions[ 'version' ] + window.scayt.getAboutInfo().version.toString() + '

' + + '

' + captions[ 'about_throwt_copy' ] + '

'; doc.getById( 'scayt_about' ).setHtml( about );