summaryrefslogtreecommitdiff
path: root/httemplate/elements/topreload.js
blob: 84faee05c278e135c86739bacc1faf61b56697c0 (plain)
1
2
3
4
5
6
 window.topreload = function() {
   if (window != window.top) {
   	window.top.location.reload();
   }
 }