3 Commits

Author SHA1 Message Date
CaiHQ
949572c5c3 optimize: use jquery 2.1.4.min
refactor: DOA Contract
update: use doip sdk 1.0.2
2021-12-22 22:07:51 +08:00
CaiHQ
99cb28eb95 fix typo 2021-11-02 17:19:35 +08:00
839972f77a change router 2021-09-07 10:30:48 +08:00
3 changed files with 8 additions and 9212 deletions

View File

@@ -22,7 +22,7 @@
<a class="navbar-brand" href="#"> <img alt="Brand"
src="./img/logo-1.png" style="height: 30px">
</a><a class="navbar-brand">数瑞浏览器&nbsp;&nbsp; </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"
onclick="connectNode()" style="display: none;">GO</button>

View File

@@ -826,6 +826,8 @@ function getRequestParameters() {
}
}
function changeRender() {
if (global.urlparam["noRender"] === "true") {
global.urlparam["noRender"] = undefined;

9214
js/jquery-2.1.4.js vendored

File diff suppressed because one or more lines are too long