Skip to content

Commit

Permalink
⬆️ Client
Browse files Browse the repository at this point in the history
  • Loading branch information
volterra79 committed Dec 3, 2024
1 parent cba9e85 commit 0e8bdb5
Show file tree
Hide file tree
Showing 8 changed files with 158 additions and 94 deletions.
2 changes: 1 addition & 1 deletion g3w-admin/client/static/client/app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion g3w-admin/client/static/client/app.min.js.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
233 changes: 148 additions & 85 deletions g3w-admin/client/static/client/vendor.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions g3w-admin/client/static/client/vendor.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion g3w-admin/client/templates/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
{{ SETTINGS.SENTRY_JS | safe }}
{% endif %}
<app id="app"></app>
<script src="{% with client_default|add:"/vendor.min.js" as vendor_js %}{% static vendor_js %}{% endwith %}"></script>
<script>{{ group_config | safe }}</script>

<script src="{% with client_default|add:"/vendor.min.js" as vendor_js %}{% static vendor_js %}{% endwith %}"></script>
<script src="{% with client_default|add:"/app.min.js" as app_js %}{% static app_js %}{% endwith %}"></script>
{% if SETTINGS.G3WSUITE_CUSTOM_STATIC_URL %}{% for js in SETTINGS.G3WSUITE_CUSTOM_JS %}
<script src="{{ js }}"></script>
Expand Down
2 changes: 1 addition & 1 deletion g3w-admin/editing/static/editing/js/plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion g3w-admin/editing/static/editing/js/plugin.js.map

Large diffs are not rendered by default.

0 comments on commit 0e8bdb5

Please sign in to comment.