Commit bf928786 authored by dietrich@mozilla.com's avatar dietrich@mozilla.com
Browse files

Bug 431594 - Add a keyword for this search... UI doesn't actually allow adding...

Bug 431594 - Add a keyword for this search... UI doesn't actually allow adding a keyword (for marco@supereva.it, r=mano, a=beltzner)
parent 7f219134
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ var BookmarkPropertiesPanel = {
    this._element("locationRow").hidden =
      hiddenRows.indexOf("location") != -1 || isQuery || !isBookmark;
    this._element("keywordRow").hidden =
      hiddenRows.indexOf("location") != -1 || isQuery || !isBookmark;
      hiddenRows.indexOf("keyword") != -1 || isQuery || !isBookmark;
    this._element("descriptionRow").hidden =
      hiddenRows.indexOf("description")!= -1
    this._element("folderRow").hidden =