From 893f78c2213c87ef27339f19d5db3ad91959e6d9 Mon Sep 17 00:00:00 2001 From: Luke Stuart Date: Wed, 7 Sep 2011 14:30:04 +0000 Subject: Fixed DG score, record selection, url escape sequences in squark clientuserid --- weblog-controller.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'weblog-controller.lua') 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 -- cgit v1.2.3