diff options
author | Dirk Brenken <dev@brenken.org> | 2019-02-15 16:33:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-15 16:33:37 +0100 |
commit | 7f791e9cf428b9c5347a48b6f39e20bd7f7a24e7 (patch) | |
tree | e80d3dd3ebe870c6e883af5c18dc0ef975232c5a | |
parent | bd56c1aac650c9d60d9f66bb0c923b0346f3fa41 (diff) | |
parent | 1d358c2492a7a6dff21b46b4d71077728a41b52f (diff) |
Merge pull request #2534 from dibdot/travelmate
luci-app-travelmate: sync with release 1.3.5
-rw-r--r-- | applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua index 5792536ba..7fe5f23a4 100644 --- a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua +++ b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua @@ -1,4 +1,4 @@ --- Copyright 2017-2018 Dirk Brenken (dev@brenken.org) +-- Copyright 2017-2019 Dirk Brenken (dev@brenken.org) -- This is free software, licensed under the Apache License, Version 2.0 local fs = require("nixio.fs") @@ -17,11 +17,6 @@ m = Map("travelmate", translate("Travelmate"), .. "see online documentation</a>", "https://github.com/openwrt/packages/blob/master/net/travelmate/files/README.md")) m:chain("network") m:chain("firewall") -m.apply_on_parse = true - -function m.on_apply(self) - luci.sys.call("/etc/init.d/travelmate restart >/dev/null 2>&1") -end -- Interface Wizard |