@internetstiftelsen/styleguide 2.24.26 → 2.24.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -390,10 +390,8 @@ function attach() {
|
|
|
390
390
|
document.body.addEventListener('click', delegate);
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
attach();
|
|
396
|
-
});
|
|
393
|
+
createModal();
|
|
394
|
+
attach();
|
|
397
395
|
|
|
398
396
|
exports.clearQueue = clearQueue;
|
|
399
397
|
exports.open = open;
|
package/package.json
CHANGED