From b1e131a3db1b6ec2ceecb5df4a224f3de2735e6d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 27 May 2008 20:39:48 +0000 Subject: * Optimized dispatching model --- applications/luci-splash/luasrc/controller/splash/splash.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'applications/luci-splash/luasrc/controller/splash/splash.lua') diff --git a/applications/luci-splash/luasrc/controller/splash/splash.lua b/applications/luci-splash/luasrc/controller/splash/splash.lua index 544f1e89ea..e7448d7fbf 100644 --- a/applications/luci-splash/luasrc/controller/splash/splash.lua +++ b/applications/luci-splash/luasrc/controller/splash/splash.lua @@ -5,9 +5,9 @@ function index() page.target = cbi("splash/splash") page.title = "Client-Splash" - node("splash", "splash", "activate").target = action_activate - node("splash", "splash", "allowed").target = action_allowed - node("splash", "splash", "unknown").target = action_unknown + node("splash", "splash", "activate").target = call("action_activate") + node("splash", "splash", "allowed").target = call("action_allowed") + node("splash", "splash", "unknown").target = call("action_unknown") node("splash", "splash", "splash").target = template("splash_splash/splash") end -- cgit v1.2.3