Skip to content

Commit

Permalink
fix: bmUpdate() was not visible on activation
Browse files Browse the repository at this point in the history
  • Loading branch information
replete committed Dec 1, 2024
1 parent d764a04 commit ec4f005
Show file tree
Hide file tree
Showing 21 changed files with 31 additions and 23 deletions.
2 changes: 1 addition & 1 deletion dist/biscuitman-legacy.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! biscuitman-legacy.js 0.5.3 */
/*! biscuitman-legacy.js 0.5.4 */
.biscuitman {
--ui: 0, 0, 0;
--tx: #444;
Expand Down
3 changes: 2 additions & 1 deletion dist/biscuitman-legacy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! biscuitman-legacy.js 0.5.3 */
/*! biscuitman-legacy.js 0.5.4 */
(function () {
'use strict';

Expand Down Expand Up @@ -950,6 +950,7 @@
dispatch('update', {
data: getConsents()
});
displayUI(true);
openModal();
};
})(document, window, Object, document.documentElement);
Expand Down
2 changes: 1 addition & 1 deletion dist/biscuitman-legacy.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/biscuitman-legacy.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit ec4f005

Please sign in to comment.