This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mapaler
/
PADDashFormation
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
163
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
解决清空搜索没有重置属性预览的问题
tags/v32.1
枫谷剑仙
3 years ago
parent
5df81cdcbe
commit
a502e6936e
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
script.js
+1
-1
service-worker.js
+ 4
- 1
script.js
View File
@@ -4048,7 +4048,10 @@ function initialize() {
searchMonList.classList.add(className_displayNone);
};
searchClear.onclick = function() { //清空搜索选项
s_attr_lists.forEach(list=>list[0].checked = true);
s_attr_lists.forEach(list=>{
list[0].checked = true;
list[0].onclick();
});
s_types.forEach(t => {
t.checked = false;
});
+ 1
- 1
service-worker.js
View File
@@ -8099,7 +8099,7 @@ const cachesMap = new Map([
],
[
"script.js",
"8e
2721c60da9850723877afb5574f4fb
"
"8e
70135adf0b3e16291ca345aa48ab2c
"
],
[
"solo.html",
Write
Preview
Loading…
Cancel
Save