mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix anonimize checkbox status
This commit is contained in:
parent
4b84f92a88
commit
1e52784e08
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
|||
mArray.openmptcprouter.wan_addr=replaceLastNChars(mArray.openmptcprouter.wan_addr,"x",6);
|
||||
mArray.openmptcprouter.wan_addr6=replaceLastNChars(mArray.openmptcprouter.wan_addr6,"x",10);
|
||||
mArray.openmptcprouter.service_addr=replaceLastNChars(mArray.openmptcprouter.service_addr,"x",6);
|
||||
document.getElementById("anon").checked = true;
|
||||
}
|
||||
var status = document.getElementById('openmptcprouter_status');
|
||||
var temp = '<figure class="tree">';
|
||||
|
@ -545,7 +546,7 @@
|
|||
<div class="cbi-value">
|
||||
<label class="cbi-value-title">Anonymize public IPs (at next refresh)</label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="checkbox" name="anon" class="cbi-input-checkbox" value="1" onclick="setAnonymize(this)" \>
|
||||
<input type="checkbox" name="anon" id="anon" class="cbi-input-checkbox" value="1" onclick="setAnonymize(this)" \>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue