@@ -30,8 +30,8 @@ html(lang='en-US')
3030 link(rel='stylesheet', href='#{root_dir}css/ddox.css')
3131 link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css')
3232 link(rel='shortcut icon', href='#{root_dir}favicon.ico')
33- script(src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4 /jquery.min.js', type='text/javascript')
34- script(type='text/javascript', src='#{root_dir}js/jquery-migrate-1 .4.1 .js')
33+ script(src='https://ajax.googleapis.com/ajax/libs/jquery/3.7.1 /jquery.min.js', type='text/javascript')
34+ script(type='text/javascript', src='#{root_dir}js/jquery-migrate-3 .4.0 .js')
3535 meta(name='viewport', content='width=device-width, initial-scale=1.0, minimum-scale=0.1, maximum-scale=10.0')
3636
3737 body.std(id='#{info.node.moduleName}')
@@ -229,12 +229,12 @@ html(lang='en-US')
229229 #copyright.smallprint
230230 | Copyright © 1999-#{year} by the <a href="#{root_dir}foundation_overview.html">D Language Foundation</a> | Page generated by <a href="https://github.com/rejectedsoftware/ddox">ddox</a>.
231231
232- script(type='text/javascript', src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4 /jquery.min.js')
232+ script(type='text/javascript', src='https://ajax.googleapis.com/ajax/libs/jquery/3.7.1 /jquery.min.js')
233233 |
234234 script(type='text/javascript').
235- window.jQuery || document.write('\x3Cscript src="#{root_dir}js/jquery-2.2.4 .min.js">\x3C/script>')
235+ window.jQuery || document.write('\x3Cscript src="#{root_dir}js/jquery-3.7.1 .min.js">\x3C/script>')
236236 |
237- script(type='text/javascript', src='#{root_dir}js/jquery-migrate-1 .4.1 .js')
237+ script(type='text/javascript', src='#{root_dir}js/jquery-migrate-3 .4.0 .js')
238238 |
239239 script(type='text/javascript', src='#{root_dir}js/codemirror-compressed.js')
240240 |
0 commit comments