File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
project-files/app/views/themes/semantic/main Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11<?php
22return [
33 "cdn " => [
4- "jquery " => "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0 /jquery.min.js " ,
4+ "jquery " => "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.2 /jquery.min.js " ,
55 "bootstrap " => [
66 "css " => "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css " ,
77 "js " => "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js "
88 ],
99 "semantic " => [
10- "css " => "https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.8 /dist/semantic.min.css " ,
11- "js " => "https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.8 /dist/semantic.min.js "
10+ "css " => "https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.0 /dist/semantic.min.css " ,
11+ "js " => "https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.0 /dist/semantic.min.js "
1212 ],
1313 "diff2html " => [
1414 "css " => "https://cdnjs.cloudflare.com/ajax/libs/diff2html/2.12.2/diff2html.min.css "
Original file line number Diff line number Diff line change 11{% block footer %}
22{% endblock %}
33{% block scripts %}
4- < script nonce ="{{nonce}} " src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js "> </ script >
5- < script nonce ="{{nonce}} " src ="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js "> </ script >
6- < script nonce ="{{nonce}} " src ="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.0/components/state.min.js "> </ script >
4+ < script nonce ="{{nonce}} " src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js "> </ script >
5+ < script nonce ="{{nonce}} " src ="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.0/dist/semantic.min.js "> </ script >
76{{script_foot | raw }}
87{% endblock %}
98</ body>
Original file line number Diff line number Diff line change 77 < title > ubi-projects semantic-UI</ title >
88{% endblock %}
99{% block css %}
10- < link nonce ="{{nonce}} " rel ="stylesheet " type ="text/css " href ="https://cdnjs.cloudflare.com/ajax/libs/semantic -ui/2.4.1 /semantic.min.css ">
10+ < link nonce ="{{nonce}} " rel ="stylesheet " type ="text/css " href ="https://cdn.jsdelivr.net/npm/fomantic -ui@2.9.0/dist /semantic.min.css ">
1111 {{css('@activeTheme/css/style.css',{nonce:nonce}) | raw}}
1212{% endblock %}
1313</ head >
You can’t perform that action at this time.
0 commit comments