Skip to content

Commit ec4f005

Browse files
committed
fix: bmUpdate() was not visible on activation
1 parent d764a04 commit ec4f005

21 files changed

+31
-23
lines changed

dist/biscuitman-legacy.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! biscuitman-legacy.js 0.5.3 */
1+
/*! biscuitman-legacy.js 0.5.4 */
22
.biscuitman {
33
--ui: 0, 0, 0;
44
--tx: #444;

dist/biscuitman-legacy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! biscuitman-legacy.js 0.5.3 */
1+
/*! biscuitman-legacy.js 0.5.4 */
22
(function () {
33
'use strict';
44

@@ -950,6 +950,7 @@
950950
dispatch('update', {
951951
data: getConsents()
952952
});
953+
displayUI(true);
953954
openModal();
954955
};
955956
})(document, window, Object, document.documentElement);

dist/biscuitman-legacy.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/biscuitman-legacy.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)