luci-app-mosdns: fix rule list handleSaveApply
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
ed10529969
commit
6e2a96230f
@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-mosdns
|
PKG_NAME:=luci-app-mosdns
|
||||||
PKG_VERSION:=1.6.8
|
PKG_VERSION:=1.6.9
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI Support for mosdns
|
LUCI_TITLE:=LuCI Support for mosdns
|
||||||
|
@ -244,6 +244,7 @@ return view.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
handleSaveApply: function (ev) {
|
handleSaveApply: function (ev) {
|
||||||
|
var m = this.map;
|
||||||
onclick = L.bind(this.handleSave, this, m);
|
onclick = L.bind(this.handleSave, this, m);
|
||||||
return fs.exec('/etc/init.d/mosdns', ['restart']);
|
return fs.exec('/etc/init.d/mosdns', ['restart']);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user