change router
This commit is contained in:
parent
62fa349507
commit
839972f77a
@ -22,7 +22,7 @@
|
|||||||
<a class="navbar-brand" href="#"> <img alt="Brand"
|
<a class="navbar-brand" href="#"> <img alt="Brand"
|
||||||
src="./img/logo-1.png" style="height: 30px">
|
src="./img/logo-1.png" style="height: 30px">
|
||||||
</a><a class="navbar-brand">数瑞浏览器 </a> <input id="urlInput"
|
</a><a class="navbar-brand">数瑞浏览器 </a> <input id="urlInput"
|
||||||
type="text" class="form-control" placeholder="输入地址" style="display: none;">
|
type="text" class="form-control" placeho=lder="输入地址" style="display: none;">
|
||||||
|
|
||||||
<button class="btn btn-outline-secondary" type="button"
|
<button class="btn btn-outline-secondary" type="button"
|
||||||
onclick="connectNode()" style="display: none;">GO</button>
|
onclick="connectNode()" style="display: none;">GO</button>
|
||||||
|
@ -826,6 +826,9 @@ function getRequestParameters() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function
|
||||||
|
|
||||||
|
|
||||||
function changeRender() {
|
function changeRender() {
|
||||||
if (global.urlparam["noRender"] === "true") {
|
if (global.urlparam["noRender"] === "true") {
|
||||||
global.urlparam["noRender"] = undefined;
|
global.urlparam["noRender"] = undefined;
|
||||||
|
Loading…
Reference in New Issue
Block a user