a66703b294637edf7b2669395dfa0db07c4a5a14
[freeside.git] / topreload.js
1 window.topreload = function() {
2   if (window != window.top) {
3     window.top.location.reload();
4   }
5 }