mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 728073 - MDN links in the Style Inspector are not localized, r=paul
This commit is contained in:
parent
b360153c07
commit
4b07868b21
@ -736,7 +736,7 @@ this.PropertyView = function PropertyView(aTree, aName)
|
||||
this.name = aName;
|
||||
this.getRTLAttr = aTree.getRTLAttr;
|
||||
|
||||
this.link = "https://developer.mozilla.org/en/CSS/" + aName;
|
||||
this.link = "https://developer.mozilla.org/CSS/" + aName;
|
||||
|
||||
this.templateMatchedSelectors = aTree.styleDocument.getElementById("templateMatchedSelectors");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user