RT# 82137 - default payment amount now has processing fee in total if processing...
[freeside.git] / httemplate / elements / topreload.js
1 window.topreload = function() {
2   if (window != window.top) {
3     window.top.location.reload();
4   }
5 }