WIP misc
This commit is contained in:
parent
ee5335e515
commit
4fc4e34a4e
5 changed files with 39 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ angular.module("FICApp")
|
|||
$http.get("/my.json").success(function(my) {
|
||||
if ($scope.my.exercices[$rootScope.current_exercice].solved_time != my.exercices[$rootScope.current_exercice].solved_time) {
|
||||
$rootScope.refresh();
|
||||
waitMy();
|
||||
} else {
|
||||
$timeout.cancel($scope.cbd);
|
||||
$scope.cbd = $timeout(checkDiff, 750);
|
||||
|
|
|
|||
2
frontend/static/robots.txt
Normal file
2
frontend/static/robots.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
||||
Reference in a new issue