Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ download-esm-modules: ## Download ECMAScript modules for the project
@mkdir -p $$(dirname $@)
NODE_ENV=development npm install
cp node_modules/htmx.org/dist/htmx.min.js $(JS_VENDOR_DIR)/htmx.min.js
cp node_modules/htmx.org/dist/ext/multi-swap.js $(JS_VENDOR_DIR)/htmx-ext-multi-swap.min.js
cp node_modules/htmx-ext-multi-swap/dist/multi-swap.min.js $(JS_VENDOR_DIR)/htmx-ext-multi-swap.min.js
cp node_modules/alpinejs/dist/cdn.min.js $(JS_VENDOR_DIR)/alpine.min.js
cp node_modules/@alpinejs/focus/dist/cdn.min.js $(JS_VENDOR_DIR)/alpine-focus.min.js
@touch $@
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</form>

<script type="module">
import Choices from "{% static 'js/esm/choices.js-10-2-0.js' %}";
import Choices from "{% static 'js/esm/choices.js-11-2-1.js' %}";

const choices = JSON.parse('{{ json_choices|safe }}')

Expand Down
1 change: 1 addition & 0 deletions hypha/apply/utils/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"browser_spellcheck": True,
"default_link_target": "_blank",
"invalid_elements": "iframe,object,embed",
"license_key": "gpl",
}
MCE_ATTRIBUTES_SHORT = {**MCE_ATTRIBUTES, **{"height": 180}}

Expand Down
7 changes: 0 additions & 7 deletions hypha/static_src/javascript/esm/cally-0-8-0.js

This file was deleted.

7 changes: 7 additions & 0 deletions hypha/static_src/javascript/esm/cally-0-9-2.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions hypha/static_src/javascript/esm/choices.js-10-2-0.js

This file was deleted.

8 changes: 0 additions & 8 deletions hypha/static_src/javascript/esm/choices.js-11-1-0.js

This file was deleted.

8 changes: 8 additions & 0 deletions hypha/static_src/javascript/esm/choices.js-11-2-1.js

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Loading
Loading