File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
cms/templates/admin/cms/page Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
{% block extrahead %}
14
14
{{ block.super }}
15
+ <!-- load nonconflict pre and post files on line 17 and 21 to fix conflict if there is another jQuery loaded -->
16
+ <!-- the code is included by a external file because the code has to be loaded into a python file where the wizard is loaded as well -->
17
+ < script src ="{% static "cms /js/modules/jquery.noconflict.pre.js" %}" type="text/javascript "> </ script >
15
18
< script src ="{% static "admin /js/urlify.js" %}" type="text/javascript "> </ script >
16
19
< script src ="{% static "cms /js/dist/bundle.admin.base.min.js" %}" type="text/javascript "> </ script >
17
20
< script src ="{% static "cms /js/dist/bundle.admin.changeform.min.js" %}" type="text/javascript "> </ script >
21
+ < script src ="{% static "cms /js/modules/jquery.noconflict.post.js" %}" type="text/javascript "> </ script >
18
22
{% endblock %}
19
23
20
24
{% block content_title %}
Original file line number Diff line number Diff line change 28
28
{% block extrahead %}
29
29
{{ block.super }}
30
30
{% block jquery %}{% endblock %}
31
+ <!-- load nonconflict pre and post files on line 33 and 63 to fix conflict if there is another jQuery loaded -->
32
+ <!-- the code is included by a external file because the code has to be loaded into a python file where the wizard is loaded as well -->
31
33
< script src ="{% static "cms /js/modules/jquery.noconflict.pre.js" %}" type="text/javascript "> </ script >
32
34
< script src ="{% static "cms /js/dist/bundle.admin.base.min.js" %}" type="text/javascript "> </ script >
33
35
34
36
<!-- load changelist and jstree -->
35
37
< script src ="{% static "cms /js/dist/bundle.admin.changelist.min.js" %}" type="text/javascript "> </ script >
38
+
36
39
< script >
37
40
( function ( $ ) {
38
41
// CMS.$ will be passed for $
You can’t perform that action at this time.
0 commit comments