]> _ Git - fluidbook-html5.git/commitdiff
wait #5322
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 16 Jun 2022 14:31:54 +0000 (16:31 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 16 Jun 2022 14:31:54 +0000 (16:31 +0200)
js/libs/fluidbook/fluidbook.links.js

index fecd25a8e208605df973cbef6813056e62bf668e..77f3613eb16cebd5a0b6c255adb8cb89c2ccc5c8 100644 (file)
@@ -664,8 +664,7 @@ FluidbookLinks.prototype = {
             animation.type = 'none';
         }
         var defaultParams = {};
-        var globalDefault = {x: 0, y: 0, yoyo: 0, repeatdelay: 0, repeat: 0, transformorigin: '50% 50%'};
-        console.log(linkElement);
+
         if ($(linkElement).hasClass('textLink')) {
             globalDefault.transformorigin = '0 100%';
         }