diff --git a/content/buffer.js b/content/buffer.js index 0b6cc20c..c623b6a5 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -295,7 +295,8 @@ function Buffer() //{{{ ZoomManager.useFullZoom = fullZoom; ZoomManager.zoom = value / 100; - FullZoom._applySettingToPref(); + if ("FullZoom" in window) + FullZoom._applySettingToPref(); liberator.echo((fullZoom ? "Full" : "Text") + " zoom: " + value + "%"); }