' +
'
';
if (_.support.check4Update)
html += '
' + _.label("Checking for new version...") + '
';
html +=
'
' +
'
Copyright ©2010-2014 Pavel Tzonkov
' +
'
';
var dlg = _.dialog(_.label("About"), html, {width: 301});
setTimeout(function() {
$.ajax({
dataType: "json",
url: _.getURL('check4Update'),
async: true,
success: function(data) {
if (!dlg.html().length)
return;
var span = $('#checkver');
span.removeClass('loading');
if (!data.version) {
span.html(_.label("Unable to connect!"));
return;
}
if (_.version < data.version)
span.html('