Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE...
[freeside.git] / httemplate / elements / topreload.js
1  window.topreload = function() {
2    if (window != window.top) {
3         window.top.location.reload();
4    }
5  }
6