Commit 9992f966 authored by timeless%mac.com's avatar timeless%mac.com
Browse files

Bug 158227 "fontdef" is appearing in Site Navigation Bar

patch by gregvalure@wanderlife.com r=timeless sr=jst a=dbaron
parent 86a5bceb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -196,6 +196,7 @@ function()
    var testVal = this.relValues[i].toLowerCase();
    if ((testVal == "stylesheet") || 
      (testVal == "icon") ||
      (testVal == "fontdef") ||
      (testVal.match(/^p3pv/)) ||
      (testVal.match(/^schema./)))
      return true;