Skip to content
Snippets Groups Projects
Commit b5cad672 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix quick start in new page

parent 6ce14995
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,11 @@ const getQuickStartMdPr = (async () => {
<script src="https://unpkg.com/dompurify@latest/dist/purify.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interactive Atlas Viewer Quickstart</title>
<style>
.padded { padding: 1.5rem; }
</style>
</head>
<body class="sxplr-p-4">
<body class="padded">
</body>
<script>
......
......@@ -9,3 +9,7 @@
- upgraded to Angular v14
- update some dependencies
## Bugfix
- fixed open cheatsheet/quickstart in new window functionality
......@@ -17,13 +17,11 @@ const { default: QUICK_STARTER } = require('!!raw-loader!common/helpOnePager.md'
export class HelpOnePager{
public ARIA_LABELS = ARIA_LABELS
public QUICK_STARTER_MD = QUICK_STARTER
public extQuickStarter: string
public extQuickStarter: string = `quickstart`
public userDoc: string
constructor(
private dialog: MatDialog,
){
this.extQuickStarter = `quickstart.html`
}
){}
howToCite(){
this.dialog.open(HowToCite)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment