mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
code cleanup. remove viewLog.css, not needed.
This commit is contained in:
parent
e7549fdd24
commit
c6b669a374
@ -294,7 +294,8 @@ function getFirstItemByTag(root, tag)
|
||||
return null;
|
||||
}
|
||||
|
||||
function selectFolder(folder) {
|
||||
function selectFolder(folder)
|
||||
{
|
||||
var folderURI;
|
||||
if (!folder) {
|
||||
// walk folders to find first item
|
||||
@ -306,8 +307,8 @@ function selectFolder(folder) {
|
||||
updateSearchFolderPicker(folderURI);
|
||||
}
|
||||
|
||||
function updateSearchFolderPicker(folderURI) {
|
||||
|
||||
function updateSearchFolderPicker(folderURI)
|
||||
{
|
||||
SetFolderPicker(folderURI, gFolderPicker.id);
|
||||
|
||||
// use the URI to get the real folder
|
||||
|
@ -20,7 +20,7 @@ Communications Corporation. Portions created by Netscape are
|
||||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/viewLog.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://messenger/locale/viewLog.dtd">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user