Skip to content

Commit 45ac622

Browse files
committed
fix(filter): fix reset behavior
- 修复 筛选重置按钮的行为
1 parent 0351457 commit 45ac622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/templates/multiverse/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2>搜索</h2>
149149
<button class="primary"
150150
onclick="javascript: saveFiltersCookie(); saveSettingsCookie(); grpActChon('now');">保存</button>
151151
<button class="primary"
152-
onclick="javascript: saveFiltersCookie(true); saveSettingsCookie(true); grpActChon('now');">重置</button>
152+
onclick="javascript: saveFiltersCookie(true); grpActChon('now');">重置</button>
153153
</section>
154154
</div>
155155
</div>

0 commit comments

Comments
 (0)