File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 if (!$ user_id )
99 throw new UnexpectedValueException ();
1010
11- $ badge_id = $ _POST ['badge_id ' ];
1211 $ am = new AchievementsManager ($ user_id );
1312 $ am ->set_all_seen ();
1413
Original file line number Diff line number Diff line change @@ -1636,3 +1636,7 @@ tr.valign-top td {
16361636.single-achievement-wrap .achievement-wrap {
16371637 margin-top : 30px ;
16381638}
1639+
1640+ .slim-header {
1641+ font-weight : 400 ;
1642+ }
Original file line number Diff line number Diff line change 11{ extends file= ' common.tpl' }
22{ block name= ' content' }
33 <div class =" single-achievement-wrap" >
4- <h2 >Бейдж пользователя
4+ <h2 class = " slim-header " >Бейдж пользователя
55 <a href =" { $web_prefix } /user.php?id={ $user_id } " >{ $user [' shown_name' ]} </a ></h2 >
66
77 { $a = $achievement }
Original file line number Diff line number Diff line change 5555 <script >
5656 $ (' .a-modal' ).on (' shown' , function () {
5757
58- $.post(" /ajax/game_mark_shown.php" );
5958 $(this).find(' .bouncy' ).addClass(" animated bounceIn" );
6059 // $.post(" /ajax/game_mark_shown.php" );
6160 } );
You can’t perform that action at this time.
0 commit comments