This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix topics dropdown (
#10167
)
Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
tags/v1.12.0-dev
John Olheiser
GitHub
5 years ago
parent
1a8137768a
commit
8c2802dde1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_src/js/index.js
+ 1
- 1
web_src/js/index.js
View File
@@ -3329,7 +3329,7 @@ function initTopicbar() {
label: 'ui small label'
},
apiSettings: {
url: `${suburl}/api/v1/topics/search?q={
encodeURIComponent(
query
)
}`,
url: `${suburl}/api/v1/topics/search?q={query}`,
throttle: 500,
cache: false,
onResponse(res) {
Write
Preview
Loading…
Cancel
Save