Skip to content

Commit

Permalink
Fix config (as of 2022-07-28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jneubert committed Dec 29, 2022
1 parent a5d032f commit ff652c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion mirador/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<body>
<div id="mirador" style="position:absolute; top:0; bottom:0; left:0; right:0;"></div>
<script type="text/javascript">
// config should be JSON snytax, not js!
document.addEventListener("DOMContentLoaded", () => {
let config = {
id:'mirador',
Expand All @@ -16,10 +17,12 @@
de: 'Deutsch',
en: 'English'
},
// apparently no difference - is now default?
//allowFullscreen: true,
windows: [],
workspace: {
showZoomControls: true
},
}
// TODO activate when language picker works
//workspaceControlPanel: { enabled: false }
}
Expand Down
3 changes: 0 additions & 3 deletions mirador/mirador.min.js

This file was deleted.

1 change: 1 addition & 0 deletions mirador/mirador.min.js
1 change: 0 additions & 1 deletion mirador/mirador.min.js.map

This file was deleted.

1 change: 1 addition & 0 deletions mirador/mirador.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff652c2

Please sign in to comment.