diff options
Diffstat (limited to 'application/palemoon/components/places')
-rw-r--r-- | application/palemoon/components/places/content/editBookmarkOverlay.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/places/content/editBookmarkOverlay.js b/application/palemoon/components/places/content/editBookmarkOverlay.js index 1b9765bb4..69d7d32eb 100644 --- a/application/palemoon/components/places/content/editBookmarkOverlay.js +++ b/application/palemoon/components/places/content/editBookmarkOverlay.js @@ -613,7 +613,7 @@ var gEditItemOverlay = { let oldKeyword = this._keyword; let keyword = this._keyword = this._element("keywordField").value; if (keyword != oldKeyword) { - var txn = new PlacesEditBookmarkKeywordTransaction(this._itemId, + let txn = new PlacesEditBookmarkKeywordTransaction(this._itemId, keyword, null, oldKeyword); |