chore: moved include script from html to web_form.bundle.js
This commit is contained in:
parent
78ab3d8429
commit
d17fd03958
3 changed files with 3 additions and 6 deletions
|
|
@ -1,3 +1,6 @@
|
|||
import "./controls.bundle.js";
|
||||
import "./dialog.bundle.js";
|
||||
import "./lib/moment.js";
|
||||
import "./frappe/utils/datetime.js";
|
||||
import "./frappe/web_form/webform_script.js";
|
||||
import "./bootstrap-4-web.bundle.js";
|
||||
|
|
|
|||
|
|
@ -167,10 +167,7 @@
|
|||
Vue.prototype.frappe = window.frappe;
|
||||
</script>
|
||||
|
||||
{{ include_script("controls.bundle.js") }}
|
||||
{{ include_script("dialog.bundle.js") }}
|
||||
{{ include_script("web_form.bundle.js") }}
|
||||
{{ include_script("bootstrap-4-web.bundle.js") }}
|
||||
|
||||
<script>
|
||||
{% if client_script %}
|
||||
|
|
|
|||
|
|
@ -29,10 +29,7 @@
|
|||
frappe.web_form_doc = {{ web_form_doc | json }};
|
||||
</script>
|
||||
|
||||
{{ include_script("controls.bundle.js") }}
|
||||
{{ include_script("dialog.bundle.js") }}
|
||||
{{ include_script("web_form.bundle.js") }}
|
||||
{{ include_script("bootstrap-4-web.bundle.js") }}
|
||||
{% endblock script %}
|
||||
|
||||
{% block style %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue