mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 21:21:03 +00:00
fix
This commit is contained in:
parent
a634f54400
commit
22ed37dee4
|
@ -249,6 +249,10 @@ if (typeof(token) !== "undefined") {
|
||||||
exit(0);
|
exit(0);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
document.getElementById("btn_refresh").onclick = function() {
|
||||||
|
OldBrowser.reload();
|
||||||
|
};
|
||||||
|
|
||||||
//document.getElementById("btn_assign").onclick = assign;
|
//document.getElementById("btn_assign").onclick = assign;
|
||||||
assign();
|
assign();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
<div class="cell">
|
<div class="cell">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<button id="btn_logout" class="button" type="button">로그아웃</button>
|
<button id="btn_logout" class="button" type="button">로그아웃</button>
|
||||||
|
<button id="btn_refresh" class="button" type="button">새로고침</button>
|
||||||
<!--
|
<!--
|
||||||
<button id="btn_pingtest" class="button" type="button">속도 재측정</button>
|
<button id="btn_pingtest" class="button" type="button">속도 재측정</button>
|
||||||
<button id="btn_assign" class="button" type="button">IP 적용</button>
|
<button id="btn_assign" class="button" type="button">IP 적용</button>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user