Automated deployment: Sat Dec 11 15:04:42 UTC 2021 ea235b6969

gh-pages
sayanarijit 3 years ago
parent 482068e21f
commit b552f88d2c

@ -376,7 +376,11 @@ It contains the following fields:</p>
}
xplr.fn.custom.render_layout = function(ctx)
return ctx.app.history.paths
return {
ctx.app.pwd,
ctx.app.version,
tostring(ctx.app.pid),
}
end
</code></pre>
<h3 id="static-table"><a class="header" href="#static-table">Static Table</a></h3>

@ -2230,7 +2230,11 @@ It contains the following fields:</p>
}
xplr.fn.custom.render_layout = function(ctx)
return ctx.app.history.paths
return {
ctx.app.pwd,
ctx.app.version,
tostring(ctx.app.pid),
}
end
</code></pre>
<h3 id="static-table"><a class="header" href="#static-table">Static Table</a></h3>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save