Bug 344442 openWalletPasswordDialog is not used, patch by sipaq, r1=ssitter, r2=jminta

This commit is contained in:
jminta%gmail.com 2006-07-28 00:01:22 +00:00
Родитель 8b3644c0bb
Коммит a9e7cadeda
1 изменённых файлов: 0 добавлений и 17 удалений

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

@ -495,23 +495,6 @@ function openReleaseNotes() {
launchBrowser(relNotesURL); launchBrowser(relNotesURL);
} }
// Next two functions make the password manager menu option
// only show up if there is a wallet component. Assume that
// the existence of a wallet component means wallet UI is there too.
function checkWallet()
{
if ('@mozilla.org/wallet/wallet-service;1' in Components.classes) {
document.getElementById("password-manager-menu")
.removeAttribute("hidden");
}
}
function openWalletPasswordDialog()
{
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul",
"_blank","chrome,resizable=yes","S");
}
var strBundleService = null; var strBundleService = null;
function srGetStrBundle(path) function srGetStrBundle(path)
{ {