Skip to content

Commit 013ea3a

Browse files
committed
Fixed: Javascript error. Changed docs styles
1 parent 652af70 commit 013ea3a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/theme/deis/layout.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',
9191
HAS_SOURCE: {{ has_source|lower }}
9292
};
93+
// hacky workaround for doctools.js breakage
94+
$.browser = {};
9395
</script>
9496
<script type="text/javascript" src="{{ pathto('_static/underscore.js', 1) }}" type="text/css"></script>
9597
<script type="text/javascript" src="{{ pathto('_static/doctools.js', 1) }}" type="text/css"></script>

web/static/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)