This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
Prevent default for linkAction (
#10742
)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.13.0-dev
John Olheiser
GitHub
6 years ago
parent
7daa6c5185
commit
17df626f40
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
web_src/js/index.js
+ 2
- 1
web_src/js/index.js
View File
@@ -2720,7 +2720,8 @@ function showAddAllPopup() {
return false;
}
function linkAction() {
function linkAction(e) {
e.preventDefault();
const $this = $(this);
const redirect = $this.data('redirect');
$.post($this.data('url'), {
Write
Preview
Loading…
Cancel
Save