mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b51884868a
commit
ca6ed9a2d0
@ -1976,12 +1976,14 @@ module.System = {
|
||||
text: `@include("../**/path:@(all)" join="@source(line-separator)")`},
|
||||
info: {
|
||||
text: object.doc`
|
||||
<slot title>
|
||||
<h1><a href="#..">@source(../title)</a></h1>
|
||||
</slot>
|
||||
|
||||
Path: [@source(../path) ]
|
||||
(<a href="#@source(s ../path)/edit">edit</a>)<br>
|
||||
Resolved path: [@source(../resolved)]
|
||||
(<a href="#@source(s ../resolved)/edit">edit</a>)<br>
|
||||
Referrer: [@source(../referrer)]
|
||||
(<a href="#@source(s ../referrer)/edit">edit</a>)<br>
|
||||
(<a href="#../edit">edit</a>)<br>
|
||||
Resolved path: [/@source(../resolved)]<br>
|
||||
Referrer: [@source(../referrer)]<br>
|
||||
Args: <args/><br>
|
||||
|
||||
type: @source(../type)<br>
|
||||
|
||||
@ -304,7 +304,7 @@ require(['./browser'], function(browser){
|
||||
// stop spinner...
|
||||
stopSpinner()
|
||||
// handle title...
|
||||
document.querySelector('title').innerHTML = this.path
|
||||
document.querySelector('title').innerHTML = `${this.title} — pWiki`
|
||||
// scroll to anchor element...
|
||||
this.hash
|
||||
&& this.dom
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user