2025-01-17 11:03:00 +01:00
|
|
|
<script type="text/javascript">
|
|
|
|
document.addEventListener("DOMContentLoaded", () => {
|
2025-01-25 19:43:16 +01:00
|
|
|
new BrickSetSocket('add', '{{ path }}', '{{ namespace }}', {
|
2025-01-17 11:03:00 +01:00
|
|
|
COMPLETE: '{{ messages['COMPLETE'] }}',
|
|
|
|
FAIL: '{{ messages['FAIL'] }}',
|
|
|
|
IMPORT_SET: '{{ messages['IMPORT_SET'] }}',
|
|
|
|
LOAD_SET: '{{ messages['LOAD_SET'] }}',
|
|
|
|
PROGRESS: '{{ messages['PROGRESS'] }}',
|
|
|
|
SET_LOADED: '{{ messages['SET_LOADED'] }}',
|
|
|
|
}{% if bulk %}, true{% endif %});
|
|
|
|
});
|
|
|
|
</script>
|