mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 14:40:58 +00:00
luci-app-ruantiblock: fixed info.js.
This commit is contained in:
@@ -217,7 +217,7 @@ return view.extend({
|
|||||||
let rdbTableWrapper = document.getElementById('rdbTableWrapper');
|
let rdbTableWrapper = document.getElementById('rdbTableWrapper');
|
||||||
if(rdbTableWrapper) {
|
if(rdbTableWrapper) {
|
||||||
rdbTableWrapper.innerHTML = '';
|
rdbTableWrapper.innerHTML = '';
|
||||||
rdbTableWrapper.append(this.makeDnsmasqTable(nft_data.dnsmasq_bypass));
|
rdbTableWrapper.append(this.makeDnsmasqTable(nft_data.dnsmasq_bypass, _('Dnsmasq bypass')));
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
if(poll.active()) {
|
if(poll.active()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user