Skip to content

Commit

Permalink
removed unneeded function
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Oct 13, 2023
1 parent 0fd178b commit c1919f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions previewers/betatest/js/rocrate-deltablot.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { Builder } from 'https://unpkg.com/@deltablot/[email protected]/dist/main.js';

document.querySelectorAll('[data-file]').forEach(el => {
displayContent(el.dataset.file);
});

$(document).ready(function () {
startPreview(true);
});
Expand Down

0 comments on commit c1919f7

Please sign in to comment.