doh, it's history not location.history
[evergreen-equinox.git] / Open-ILS / web / templates / default / opac / myopac / main_payment_form.tt2
index b054f46..b7824a8 100644 (file)
                     <td colspan='2' align="center">
                         <input type="submit" value="[% l('Submit Payment') %]" />
                         <input type="reset" value="[% l('Cancel') %]"
-                            onclick="location.history.go(-1);" />
+                            onclick="history.go(-1);" />
                     </td>
                 </tr>
                 [% INCLUDE "default/opac/myopac/main_refund_policy.tt2" %]