File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -572,8 +572,8 @@ function replaceLoadingPage(reload_container) {
572
572
<i class="fa fa-spinner fa-pulse"></i>
573
573
</div>
574
574
` ;
575
- $ ( reload_container ) . fadeOut ( 1000 , function ( ) {
576
- $ ( this ) . html ( loadingPage ) . fadeIn ( 200 ) ;
575
+ $ ( reload_container ) . fadeOut ( 100 , function ( ) {
576
+ $ ( this ) . html ( loadingPage ) . fadeIn ( 100 ) ;
577
577
} ) ;
578
578
}
579
579
Original file line number Diff line number Diff line change 24
24
</ div >
25
25
{% if request.user.has_perm('judge.suggest_problem_changes') and feed_type == 'volunteer' %}
26
26
< ul style ="margin-bottom: 1em; margin-left: auto ">
27
- < li > < a href ="{{url('admin:judge_volunteerproblemvote_changelist')}} "> {{_('View your votes')}}</ a > </ li >
27
+ < li > < a href ="{{url('admin:judge_volunteerproblemvote_changelist')}} " target =" _blank " > {{_('View your votes')}}</ a > </ li >
28
28
</ ul >
29
29
{% endif %}
30
30
{% include "problem/feed/items.html" %}
You can’t perform that action at this time.
0 commit comments