Skip to content

Commit

Permalink
Enable runnable examples on releases docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Feb 15, 2017
1 parent 3d9c395 commit 457e4a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions dpl-docs/views/layout.dt
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ html(lang='en-US')
script(type='text/javascript', src='#{root_dir}js/codemirror-compressed.js')
|
script(type='text/javascript', src='#{root_dir}js/run.js')
- if (!haveVersion)
script(type='text/javascript', src='#{root_dir}js/run_examples.js')
script(type='text/javascript', src='#{root_dir}js/run_examples.js')
script(type='text/javascript', src='#{root_dir}js/dlang.js')
script(type='text/javascript', src='#{root_dir}js/listanchors.js')
script(type='text/javascript').
Expand Down
1 change: 1 addition & 0 deletions std_navbar-release.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ $(SUBNAV_TEMPLATE
$(UL $(MODULE_MENU))
)
_=
EXTRA_FOOTERS=$(SCRIPTLOAD $(STATIC js/run_examples.js))

0 comments on commit 457e4a3

Please sign in to comment.