Skip to content

Commit a8cf8ff

Browse files
committed
Move ddox.js to page bottom
1 parent 36bd691 commit a8cf8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpl-docs/views/layout.dt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ html(lang='en-US')
2929
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css')
3030
link(rel='shortcut icon', href='#{root_dir}favicon.ico')
3131
script(src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js', type='text/javascript')
32-
script(type="text/javascript", src="#{root_dir}js/ddox.js")
3332
meta(name='viewport', content='width=device-width, initial-scale=1.0, minimum-scale=0.1, maximum-scale=10.0')
3433

3534
body.std(id='#{info.node.moduleName}')
@@ -232,6 +231,7 @@ html(lang='en-US')
232231
script(type='text/javascript', src='#{root_dir}js/run_examples.js')
233232
script(type='text/javascript', src='#{root_dir}js/dlang.js')
234233
script(type='text/javascript', src='#{root_dir}js/listanchors.js')
234+
script(type="text/javascript", src="#{root_dir}js/ddox.js")
235235
script(type='text/javascript').
236236
jQuery(document).ready(listanchors);
237237
setupDdox();

0 commit comments

Comments
 (0)