Skip to content

Commit

Permalink
Enable logo cycling, new Arabic logo variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfair committed Feb 13, 2015
1 parent 8890bcd commit 88df03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified tapiriik/web/static/img/tapiriik-arabic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion tapiriik/web/static/js/tapiriik.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ tapiriik.Init = function(){
$.cookie("infotip_hide", $(this).parent().attr("id"));
}
});
})
});

setInterval(tapiriik.CycleLogo, 60 * 1000);
};

tapiriik.AddressChanged=function(){
Expand Down

0 comments on commit 88df03e

Please sign in to comment.