v0.9.40
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
var minisrv_service_file = true;
|
||||
|
||||
var docName = request_headers.query.docName;
|
||||
var page = session_data.pagestore.loadPage(docName);
|
||||
var style = request_headers.query.styleName.replace (' ', '_')
|
||||
page.style = style;
|
||||
session_data.pagestore.editPage(page, docName);
|
||||
headers = `300 OK
|
||||
wtv-expire-all: wtv-author:/block-preview
|
||||
wtv-expire-all: wtv-author:/preview
|
||||
wtv-expire-all: wtv-author:/show-blocks
|
||||
Location: wtv-author:/show-blocks?docName=${docName}`
|
||||
|
||||
Reference in New Issue
Block a user