summaryrefslogtreecommitdiffstats
path: root/weblog-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-controller.lua')
-rw-r--r--weblog-controller.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/weblog-controller.lua b/weblog-controller.lua
index 11d8109..c645d11 100644
--- a/weblog-controller.lua
+++ b/weblog-controller.lua
@@ -96,7 +96,8 @@ function downloadselected(self)
end
function checkselected(self)
--- TT self.conf.viewtype = "silent"
+ --calls template-silent.lsp which allows us to execute something without refreshing or leaving the page
+ self.conf.viewtype = "silent"
return self.model.editselected(self.clientdata.chkdata)
--return file
end