diff options
author | Tom077 <thomas.pochetat@wanadoo.fr> | 2018-11-19 20:03:00 +0100 |
---|---|---|
committer | Tom077 <thomas.pochetat@wanadoo.fr> | 2018-11-19 20:03:00 +0100 |
commit | fc4a77e1dc3d85dddf4c3cea71938245dfdab769 (patch) | |
tree | acd9f30771883b0b1f03a3fd9c10af00b188732c /js | |
parent | 7a23c66adc0b14bf994cfb649fa17fefe735c98e (diff) | |
download | phpvirtualbox-fc4a77e1dc3d85dddf4c3cea71938245dfdab769.zip phpvirtualbox-fc4a77e1dc3d85dddf4c3cea71938245dfdab769.tar.gz phpvirtualbox-fc4a77e1dc3d85dddf4c3cea71938245dfdab769.tar.bz2 |
Fix sourceforge URL
Remove paypal link
Update 'about' Smart Guide Pty Ltd as maintainer
Diffstat (limited to 'js')
-rw-r--r-- | js/chooser.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/chooser.js b/js/chooser.js index 1bfa27b..494cc40 100644 --- a/js/chooser.js +++ b/js/chooser.js @@ -720,7 +720,7 @@ var vboxChooser = { var vStr = $('#vboxPane').data('vboxConfig').phpvboxver.substring(0,$('#vboxPane').data('vboxConfig').phpvboxver.indexOf('-')); var vers = $('#vboxPane').data('vboxConfig').version.string.replace('_OSE','').split('.'); if(vers[0]+'.'+vers[1] != vStr) { - vboxAlert('This version of phpVirtualBox ('+$('#vboxPane').data('vboxConfig').phpvboxver+') is incompatible with VirtualBox ' + $('#vboxPane').data('vboxConfig').version.string + ". You probably need to <a href='http://sourceforge.net/projects/phpvirtualbox/files/' target=_blank>download the latest phpVirtualBox " + vers[0]+'.'+vers[1] + "-x</a>.<p>See the Versioning section below the file list in the link for more information</p>",{'width':'auto'}); + vboxAlert('This version of phpVirtualBox ('+$('#vboxPane').data('vboxConfig').phpvboxver+') is incompatible with VirtualBox ' + $('#vboxPane').data('vboxConfig').version.string + ". You probably need to <a href='https://github.com/phpvirtualbox/phpvirtualbox/' target=_blank>download the latest phpVirtualBox " + vers[0]+'.'+vers[1] + "-x</a>.<p>See the Versioning section below the file list in the link for more information</p>",{'width':'auto'}); } } } else { @@ -2448,4 +2448,4 @@ $(document).ready(function(){ -});
\ No newline at end of file +}); |