Fix launching. bug 37243 r=pavlov
git-svn-id: svn://10.0.0.236/trunk@71666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6e3eacb7c4
commit
8cd7938c54
@ -155,7 +155,7 @@
|
||||
|
||||
<template>
|
||||
<rule>
|
||||
<treechildren onclick="if (event.detail == 2) return OpenURL(event, event.target.parentNode.parentNode, 'bookmarksTree');">
|
||||
<treechildren>
|
||||
<treeitem uri="rdf:*" persist="open"
|
||||
web:status="rdf:http://home.netscape.com/WEB-rdf#status"
|
||||
rdf:type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
|
||||
@ -211,7 +211,9 @@
|
||||
</treecell>
|
||||
</treerow>
|
||||
</treehead>
|
||||
<treechildren id="treechildren-bookmarks"/>
|
||||
<treechildren id="treechildren-bookmarks"
|
||||
onclick="return OpenURL(event, event.target.parentNode.parentNode,
|
||||
'bookmarksTree');"/>
|
||||
</tree>
|
||||
|
||||
<box id="status-bar" style="max-height:1em;">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user