@@ -30,8 +30,8 @@ html(lang='en-US')
30
30
link(rel='stylesheet', href='#{root_dir}css/ddox.css')
31
31
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css')
32
32
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')
35
35
meta(name='viewport', content='width=device-width, initial-scale=1.0, minimum-scale=0.1, maximum-scale=10.0')
36
36
37
37
body.std(id='#{info.node.moduleName}')
@@ -229,12 +229,12 @@ html(lang='en-US')
229
229
#copyright.smallprint
230
230
| 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>.
231
231
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')
233
233
|
234
234
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>')
236
236
|
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')
238
238
|
239
239
script(type='text/javascript', src='#{root_dir}js/codemirror-compressed.js')
240
240
|
0 commit comments