File tree Expand file tree Collapse file tree
themes/site/templates/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 {% do assets.addCss (' theme://css/custom.css' ,100 ) %}
1818 {% do assets.addCss (' theme://css/font-awesome.min.css' ,100 ) %}
1919 {% do assets.addCss (' theme://css/featherlight.min.css' ) %}
20- {% do assets.addCss (' https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4 /css/select2.min.css' ) %}
20+ {% do assets.addCss (' https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.1 /css/select2.min.css' ) %}
2121 {% do assets.addCss (' theme://css/s2-docs.css' , 100 ) %}
2222 {% do assets.addCss (' theme://css/theme.css' ,100 ) %}
2323
3333 {% block javascripts %}
3434 {% do assets.addJs (' jquery' ,101 ) %}
3535 {% do assets.addJs (' theme://js/modernizr.custom.71422.js' ,100 ) %}
36- {% do assets.addJs (' https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4 /js/select2.full.min.js' , 100 ) %}
36+ {% do assets.addJs (' https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.1 /js/select2.full.min.js' , 100 ) %}
3737 {% do assets.addJs (' https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js' , 100 ) %}
3838 {% do assets.addJs (' theme://js/featherlight.min.js' ) %}
3939 {% do assets.addJs (' theme://js/clipboard.min.js' ) %}
You can’t perform that action at this time.
0 commit comments