doh, it's history not location.history
authorsenator <lebbeous@esilibrary.com>
Thu, 12 May 2011 14:19:35 +0000 (10:19 -0400)
committersenator <lebbeous@esilibrary.com>
Thu, 12 May 2011 14:19:35 +0000 (10:19 -0400)
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" %]