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