mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:17:59 +01:00
Fix typo.
This commit is contained in:
@@ -1308,7 +1308,7 @@ var Buffer = Module("Buffer", {
|
||||
let uri = this.uri;
|
||||
|
||||
if (prefs.get("browser.zoom.siteSpecific")) {
|
||||
let val = this.prefs.get("dactyl.content.full-zoom");
|
||||
let val = yield this.prefs.get("dactyl.content.full-zoom");
|
||||
|
||||
if (val != null && uri.equals(this.uri) && val != prefs.get("browser.zoom.full"))
|
||||
[this.contentViewer.textZoom, this.contentViewer.fullZoom] =
|
||||
|
||||
Reference in New Issue
Block a user