]> _ Git - fluidbook-html5.git/commitdiff
wait #5106 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 17 Feb 2022 17:12:52 +0000 (18:12 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 17 Feb 2022 17:12:52 +0000 (18:12 +0100)
js/libs/fluidbook/fluidbook.bookmarks.js

index 6c3a848fbf99f14741f24490e7820d403b355093..7e332c92b1ac25a8374c8e9cfe623b571aa0b364 100644 (file)
@@ -65,8 +65,10 @@ FluidbookBookmarks.prototype = {
                             $this.removeAllBookmarks();
                         },
                     },
-                    cancel: function () {
-
+                    cancel: {
+                        text: $this.fluidbook.l10n.__('Cancel'),
+                        action: function () {
+                        }
                     },
                 }
             });