From d6ee5eb18ded25848c0583c32235bbfcf2aa9e53 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Tue, 10 Oct 2017 11:37:24 +0200 Subject: [PATCH] Fix #1733 @0.25 --- js/libs/fluidbook/fluidbook.help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index 104ae063..ee4b6121 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -338,7 +338,7 @@ FluidbookHelp.prototype = { 'left': Math.round(box.left), 'width': Math.round(box.width), 'height': Math.round(box.height), - 'background': baseElement.css('background').replace('off.svg', 'on.svg'), // Show the "on" state if not already set + 'backgroundImage': baseElement.css('backgroundImage').replace('off.svg', 'on.svg'), // Show the "on" state if not already set 'backgroundSize': 'contain' })[0].outerHTML; -- 2.39.5