mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 22:50:58 +00:00
v0.9.3. DATA_DIR moved to /tmp
This commit is contained in:
@@ -83,14 +83,14 @@ return view.extend({
|
||||
|
||||
let btnStartStateOn = () => {
|
||||
btn_start.onclick = ui.createHandlerFn(
|
||||
this, this.serviceAction, 'stop', 'btn_start');
|
||||
this, this.appAction, 'stop', 'btn_start');
|
||||
btn_start.textContent = _('Enabled');
|
||||
btn_start.className = btn_style_positive;
|
||||
}
|
||||
|
||||
let btnStartStateOff = () => {
|
||||
btn_start.onclick = ui.createHandlerFn(
|
||||
this, this.serviceAction,'start', 'btn_start');
|
||||
this, this.appAction,'start', 'btn_start');
|
||||
btn_start.textContent = _('Disabled');
|
||||
btn_start.className = btn_style_negative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user