]> dev.renevier.net Git - syj.git/blob - public/js/termsofuse.js
version 0.1
[syj.git] / public / js / termsofuse.js
1 /*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
2     and is published under the AGPL license. */
3 document.observe("dom:loaded", function() {
4     if (window.top !== window) {
5         $("other-language").hide();
6         $("footer").hide();
7     }
8 });