Remove alerts, rename 3.0 branch properly.
git-svn-id: svn://10.0.0.236/trunk@230365 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e9f515a168
commit
083e8868b4
@ -242,7 +242,7 @@ Sysconfig.prototype = {
|
||||
// people switch branches, so we detect this even though it might
|
||||
// already be set in a pref
|
||||
if ((/^3\.0/).exec(appinfo.version)) {
|
||||
this.branch = 'Trunk';
|
||||
this.branch = '3.0 Branch';
|
||||
} else if ((/^2\.0/).exec(appinfo.version)) {
|
||||
this.branch = '2.0 Branch';
|
||||
} else if ((/^1\.5\./).exec(appinfo.version)) {
|
||||
|
||||
@ -224,8 +224,6 @@ document.getElementById("bundle_qa").getString("qa.extension.prefs.loadingMsg");
|
||||
qaPref.setPref(qaPref.prefBase+'.sysconfig.platform',
|
||||
$('qa-setup-platform').selectedItem.label, 'char');
|
||||
}
|
||||
alert(sysconfig.opsys);
|
||||
alert($('qa-setup-opsys').selectedItem.label)
|
||||
if (! sysconfig.opsys == $('qa-setup-opsys').selectedItem.label) {
|
||||
alert("setting pref");
|
||||
qaPref.setPref(qaPref.prefBase+'.sysconfig.opsys',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user