]> iEval git - gruntmaster-page.git/commitdiff
Merge branch 'master' into newmc
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 23 Feb 2015 14:39:04 +0000 (16:39 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 23 Feb 2015 14:39:04 +0000 (16:39 +0200)
Conflicts:
tmpl/skel.en

js/90-tracker.js
tmpl/skel.en

index 16b9d8739f0e614b2f9b634cd453680f356d494f..00312bdc7012da0c8cc6a9853eca847b41427085 100644 (file)
                        $('table').find('.name').find('a').each(function() {
                                var id = $(this).attr('href').split('?', 2)[0];
                                if(solved[id])
-                                       $(this).parent().append(tick());
+                                       $(this).parent().prepend(tick());
                                else if(attempted[id])
-                                       $(this).parent().append(xmark());
+                                       $(this).parent().prepend(xmark());
                        });
 
                if(location.pathname == '/ct/')
                        $('table').find('.name').find('a').each(function() {
                                var id = $(this).attr('href').substr(4);
                                if(contests[id])
-                                       $(this).parent().append(tick());
+                                       $(this).parent().prepend(tick());
                        });
 
                if(location.pathname == '/log/')
index df7409230457906d26da8f4d499b85355cf6d6aa..c28e1f761603f7cbb6e1fa7aa154862e9d7156e1 100644 (file)
@@ -4,7 +4,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
 <link rel="stylesheet" href="https://static.mindcoding.ro/css/slate.css" id="stylesheet">
-<script src="https://static.mindcoding.ro/js.js" type="text/javascript"></script>
+<script src="https://static.mindcoding.ro/js.js" type="text/javascript" async defer></script>
 
 <body>
 <nav role="navigation">
This page took 0.029003 seconds and 4 git commands to generate.