зеркало из https://github.com/mozilla/pjs.git
Bug 415101 - wrong bookmark and tags edited from the star menu. r=dietrich, a=beltzner.
This commit is contained in:
Родитель
7a8e48977a
Коммит
9977ff665e
|
@ -465,6 +465,9 @@ var gEditItemOverlay = {
|
|||
},
|
||||
|
||||
onNamePickerChange: function EIO_onNamePickerChange() {
|
||||
if (this._itemId == -1)
|
||||
return;
|
||||
|
||||
var namePicker = this._element("namePicker")
|
||||
var txns = [];
|
||||
const ptm = PlacesUtils.ptm;
|
||||
|
|
Загрузка…
Ссылка в новой задаче