mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-10 09:25:45 +01:00
More PWPBM fixes.
This commit is contained in:
@@ -1181,7 +1181,7 @@ var Buffer = Module("Buffer", {
|
|||||||
if (val != null && uri.equals(self.uri) && val != prefs.get("browser.zoom.full"))
|
if (val != null && uri.equals(self.uri) && val != prefs.get("browser.zoom.full"))
|
||||||
[self.contentViewer.textZoom, self.contentViewer.fullZoom] =
|
[self.contentViewer.textZoom, self.contentViewer.fullZoom] =
|
||||||
[self.contentViewer.fullZoom, self.contentViewer.textZoom];
|
[self.contentViewer.fullZoom, self.contentViewer.textZoom];
|
||||||
});
|
}, sanitizer.getContext(this.win));
|
||||||
}),
|
}),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user