]> _ Git - fluidbook-toolbox.git/commitdiff
#6961
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Jun 2025 15:42:25 +0000 (17:42 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Jun 2025 15:42:25 +0000 (17:42 +0200)
app/Models/Traits/FluidbookPlayerBranches.php

index a70acc633fb18293ae355680dc9199e9a5d77807..b22b7b7ede1d17d1a345b49ece5bd27c69a1edd9 100644 (file)
@@ -25,7 +25,7 @@ trait FluidbookPlayerBranches
         $res = $this->parentUpdateAllBranches();
         $prefix = '';
         $suffix = 'export default FluidbookLinksAnimations;';
-        $c = file_get_contents(static::getPlayerBaseDirectory() . '/local/animscode/js/libs/fluidbook/fluidbook.links.animations.js');
+        $c = file_get_contents(static::getPlayerBaseDirectory() . '/local/master/js/libs/fluidbook/fluidbook.links.animations.js');
         $c = $prefix . "\n\n" . $c . "\n\n" . $suffix;
         file_put_contents(resource_path('linkeditor/js/fluidbook.links.animations.js'), $c);
         return $res;