Small followup fix for bug 321973 so the suggested bookmark title for
untitled pages is correct again. git-svn-id: svn://10.0.0.236/trunk@208964 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e088f2a450
commit
1c6caea9d0
@ -483,7 +483,7 @@ var BookmarkPropertiesPanel = {
|
||||
|
||||
/* The explicit comparison against undefined here allows creators to pass
|
||||
* "" to init() if they wish to have no title. */
|
||||
if (title === undefined) {
|
||||
if (this._bookmarkTitle === undefined) {
|
||||
if (this._identifierIsURI()) {
|
||||
this._bookmarkTitle = this._getURITitle(this._bookmarkURI);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user