Skip to content

Commit

Permalink
Use Tabular from UNPKG
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenbaarda committed Aug 29, 2024
1 parent d192608 commit 138fdf5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
12 changes: 0 additions & 12 deletions frontend/package-lock.json

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

1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"tabulator-tables": "^6.2.5",
"wontache": "^0.2.0"
}
}
1 change: 1 addition & 0 deletions frontend/vre/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/backbone-min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/js/tabulator.min.js"></script>
<script src="/static/bundle.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion frontend/vre/record/record.list.view.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Backbone from "backbone";
import {TabulatorFull as Tabulator} from "tabulator-tables";
import {properties} from "../utils/record-ontology";
import {getStringLiteral} from "../utils/jsonld.model";
import {vreChannel} from "../radio";
Expand Down

0 comments on commit 138fdf5

Please sign in to comment.