Skip to content

Commit 7720197

Browse files
authored
Merge pull request #170 from anvilistas/fix/revert-tabulator-version-bump
2 parents 325da14 + 0d98f3e commit 7720197

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+23650
-4428
lines changed

client_code/Tabulator/_js_tabulator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
minified = config.get("minified", True)
1414

1515
if cdn:
16-
prefix = "https://cdn.jsdelivr.net/npm/tabulator-tables@6.3.1/dist/"
16+
# DON'T BUMP UNTIL THIS IS FIXED https://github.com/olifolkerd/tabulator/issues/4622
17+
prefix = "https://cdn.jsdelivr.net/npm/tabulator-tables@6.2.5/dist/"
1718
else:
1819
prefix = "./_/theme/tabulator-tables/"
1920

0 commit comments

Comments
 (0)