]> _ Git - fluidbook-html5.git/commitdiff
Fix #1733 @0.25
authorStephen Cameron <stephen@cubedesigners.com>
Tue, 10 Oct 2017 09:37:24 +0000 (11:37 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Tue, 10 Oct 2017 09:37:24 +0000 (11:37 +0200)
js/libs/fluidbook/fluidbook.help.js

index 104ae0633e722f665ca38226631c5e92f83e7dfe..ee4b61213d30f34727727a1ebce47673148c6488 100644 (file)
@@ -338,7 +338,7 @@ FluidbookHelp.prototype = {
             'left': Math.round(box.left),\r
             'width': Math.round(box.width),\r
             'height': Math.round(box.height),\r
-            'background': baseElement.css('background').replace('off.svg', 'on.svg'), // Show the "on" state if not already set\r
+            'backgroundImage': baseElement.css('backgroundImage').replace('off.svg', 'on.svg'), // Show the "on" state if not already set\r
             'backgroundSize': 'contain'\r
         })[0].outerHTML;\r
 \r