bug 50084, move wallet demo files off the server, r=dveditz

This commit is contained in:
morse%netscape.com 2006-07-29 05:34:15 +00:00
Родитель 9dd1545836
Коммит c2e2cbf34b
1 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -374,19 +374,16 @@ function WalletDialog( which )
window.openDialog("chrome://communicator/content/wallet/CookieViewer.xul","CookieViewer","modal=yes,chrome,resizable=no",2);
break;
case "samples":
server = this.pref.getLocalizedUnicharPref("wallet.Samples");
window._content.location.href = server + 'wallet2.html';
window._content.location.href = 'chrome://communicator/locale/wallet/index.html';
break;
case "interview":
window._content.location.href = 'chrome://communicator/content/wallet/interview.html';
window._content.location.href = 'chrome://communicator/locale/wallet/interview.html';
break;
case "walletsites":
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul","SSViewer","modal=yes,chrome,resizable=no","W");
break;
case "tutorial":
server = this.pref.getLocalizedUnicharPref("wallet.Samples");
window._content.location.href = 'http://www.mozilla.org/wallet/samples/privacy.html';
// window._content.location.href = server + 'privacy.html';
window._content.location.href = 'chrome://communicator/locale/wallet/privacy.html';
break;
case "wallet":
default: