mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
fix
This commit is contained in:
parent
a634f54400
commit
22ed37dee4
|
@ -249,6 +249,10 @@ if (typeof(token) !== "undefined") {
|
|||
exit(0);
|
||||
};
|
||||
|
||||
document.getElementById("btn_refresh").onclick = function() {
|
||||
OldBrowser.reload();
|
||||
};
|
||||
|
||||
//document.getElementById("btn_assign").onclick = assign;
|
||||
assign();
|
||||
} else {
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
<div class="cell">
|
||||
<div class="col">
|
||||
<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_assign" class="button" type="button">IP 적용</button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user