summaryrefslogtreecommitdiffstats
path: root/weblog-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-controller.lua')
-rw-r--r--weblog-controller.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/weblog-controller.lua b/weblog-controller.lua
index cf7a99b..fcf2a06 100644
--- a/weblog-controller.lua
+++ b/weblog-controller.lua
@@ -95,10 +95,7 @@ function downloadselected(self)
end
function checkselected(self)
- --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
function clearselected(self)
@@ -106,7 +103,6 @@ function clearselected(self)
end
function viewselected(self)
- --return self.model.getselected(self.clientdata.csvdata, self.clientdata.starttime, self.clientdata.endtime)
return self.model.getweblog(self.clientdata.activelog, self.clientdata.clientuserid, self.clientdata.starttime, self.clientdata.endtime, self.clientdata.clientip, self.clientdata.badyesno, self.clientdata.deniedyesno, self.clientdata.bypassyesno, self.clientdata.score, self.clientdata.urisearch, self.clientdata.sortby, self.clientdata.getselected, clientdata.focus)
end