summaryrefslogtreecommitdiffstats
path: root/js/chooser.js
diff options
context:
space:
mode:
authorh6w <tudor@tudorholton.com>2018-11-20 09:53:04 +1100
committerGitHub <noreply@github.com>2018-11-20 09:53:04 +1100
commite80f4f2359ee21fc45b8f752feb9b3889ba955fe (patch)
treeacd9f30771883b0b1f03a3fd9c10af00b188732c /js/chooser.js
parent3076333c9ad7a67860e6cc8084e08e1b56abe459 (diff)
parentfc4a77e1dc3d85dddf4c3cea71938245dfdab769 (diff)
downloadphpvirtualbox-e80f4f2359ee21fc45b8f752feb9b3889ba955fe.zip
phpvirtualbox-e80f4f2359ee21fc45b8f752feb9b3889ba955fe.tar.gz
phpvirtualbox-e80f4f2359ee21fc45b8f752feb9b3889ba955fe.tar.bz2
Merge pull request #138 from tom077/PR-1
Fix sourceforge URL
Diffstat (limited to 'js/chooser.js')
-rw-r--r--js/chooser.js4
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
+});