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
signup
pull/2977/head
chenshihai
2 years ago
parent
40f7aa6783
commit
c21905ba37
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
templates/user/auth/signup_inner.tmpl
+ 2
- 3
templates/user/auth/signup_inner.tmpl
View File
@@ -122,13 +122,12 @@
}
}
return obj;
};
};
var sharedUser = getUrlParams()['sharedUser'];
if (sharedUser) {
setTimeout(function() {
$('.invitation_tips').show().find('.__invitation_code__').text(sharedUser);
$('input#invitation_code').val(sharedUser).attr('
disabled
', true);
$('input#invitation_code').val(sharedUser).attr('
readonly
', true);
}, 20);
}
})();
Write
Preview
Loading…
Cancel
Save