зеркало из https://github.com/mozilla/pjs.git
fix bugs 45096 and 42434, host wallet interview and samples on netcenter for commercial product
This commit is contained in:
Родитель
a6a05f1495
Коммит
c20ac6c4f1
|
@ -385,10 +385,12 @@ function WalletDialog( which )
|
||||||
window.openDialog("chrome://communicator/content/wallet/CookieViewer.xul","CookieViewer","modal=yes,chrome,resizable=no",2);
|
window.openDialog("chrome://communicator/content/wallet/CookieViewer.xul","CookieViewer","modal=yes,chrome,resizable=no",2);
|
||||||
break;
|
break;
|
||||||
case "samples":
|
case "samples":
|
||||||
window._content.location.href= 'http://www.mozilla.org/wallet/samples/';
|
server = this.pref.getLocalizedUnicharPref("wallet.Samples");
|
||||||
|
window._content.location.href = server + 'wallet2.html';
|
||||||
break;
|
break;
|
||||||
case "interview":
|
case "interview":
|
||||||
window._content.location.href= 'http://www.mozilla.org/wallet/samples/INTERVIEW.HTML';
|
server = this.pref.getLocalizedUnicharPref("wallet.Samples");
|
||||||
|
window._content.location.href = server + 'wallet3.html';
|
||||||
break;
|
break;
|
||||||
case "wallet":
|
case "wallet":
|
||||||
default:
|
default:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче