mirror of
				https://github.com/flynx/pWiki.git
				synced 2025-10-31 02:50:08 +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)")`}, | 		text: `@include("../**/path:@(all)" join="@source(line-separator)")`}, | ||||||
| 	info: { | 	info: { | ||||||
| 		text: object.doc` | 		text: object.doc` | ||||||
|  | 			<slot title> | ||||||
|  | 				<h1><a href="#..">@source(../title)</a></h1> | ||||||
|  | 			</slot> | ||||||
|  | 
 | ||||||
| 			Path: [@source(../path) ] | 			Path: [@source(../path) ] | ||||||
| 				(<a href="#@source(s ../path)/edit">edit</a>)<br> | 				(<a href="#../edit">edit</a>)<br> | ||||||
| 			Resolved path: [@source(../resolved)] | 			Resolved path: [/@source(../resolved)]<br> | ||||||
| 				(<a href="#@source(s ../resolved)/edit">edit</a>)<br> | 			Referrer: [@source(../referrer)]<br> | ||||||
| 			Referrer: [@source(../referrer)] |  | ||||||
| 				(<a href="#@source(s ../referrer)/edit">edit</a>)<br> |  | ||||||
| 			Args: <args/><br> | 			Args: <args/><br> | ||||||
| 
 | 
 | ||||||
| 			type: @source(../type)<br> | 			type: @source(../type)<br> | ||||||
|  | |||||||
| @ -304,7 +304,7 @@ require(['./browser'], function(browser){ | |||||||
| 			// stop spinner... | 			// stop spinner... | ||||||
| 			stopSpinner() | 			stopSpinner() | ||||||
| 			// handle title... | 			// handle title... | ||||||
| 			document.querySelector('title').innerHTML = this.path | 			document.querySelector('title').innerHTML = `${this.title} — pWiki` | ||||||
| 			// scroll to anchor element... | 			// scroll to anchor element... | ||||||
| 			this.hash | 			this.hash | ||||||
| 				&& this.dom | 				&& this.dom | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user