Minor fixes

This commit is contained in:
2023-08-28 00:06:58 -04:00
parent 5c58d7d051
commit e108a35fb6
4 changed files with 7 additions and 4 deletions

View File

@@ -10,7 +10,6 @@
export default (() => {
// we load this library via "module" to guarantee baseline ES6 functionality
console.log('boot!', window.Cookies);
// check for loaded libraries
if (!window.Cookies) return;