Skip to content

Commit

Permalink
#24
Browse files Browse the repository at this point in the history
Ended up turning off the auto-open sidebar for now.
  • Loading branch information
extratone committed Dec 9, 2020
1 parent f2038c8 commit fe31852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Custom Javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (cont !== null) {

window.hypothesisConfig = function () {
return {
"openSidebar": true,
"openSidebar": false,
"theme": "clean",
branding: {
appBackgroundColor: '#e6f7ff',
Expand Down

0 comments on commit fe31852

Please sign in to comment.