<?xml-stylesheet href="chrome://evergreen/skin/patron.css" type="text/css"?>
<page id="patron_new_win" orient="vertical" style="overflow: auto;" persist="width height"
- onload="patron_init(); patron_new_init(); patron_edit_init();"
+ onload="try {
+ function patron_save_callback(p) {
+ alert('got here');
+ }
+ patron_init(); patron_new_init(); patron_edit_init();
+ } catch(E) {
+ alert('onload patron_new_win: ' + E);
+ }
+ "
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script>