mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 02:20:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d9ab1f3349
commit
b4b39b4de9
@ -2484,7 +2484,7 @@ module.System = {
|
||||
// XXX this does not work as energetic...
|
||||
time: async function(){
|
||||
var t = Date.now()
|
||||
var text = await this.get('../_text').text
|
||||
var text = await this.get('../_text:$ARGS').text
|
||||
var time = Date.now() - t
|
||||
console.log('RENDER TIME:', time)
|
||||
return object.doc`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user