| D | pages.ts | 27 const permalink = globals.state.permalink; constant 28 if (!permalink.requestId || !permalink.hash) return null; 29 const url = `${self.location.origin}/#!/?s=${permalink.hash}`; 32 return m('.alert-permalink', [ 33 m('div', 'Permalink: ', m(`a[href=${url}]`, linkProps, url)),
|