errors adding card silently dropped since ee27cd8eea7b135db2ba8a6b1a6ac8933171d9d0...
[freeside.git] / httemplate / elements / topreload.js
1 window.topreload = function() {
2   if (window != window.top) {
3     window.top.location.reload();
4   }
5 }