rolling back accidental commit
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 16 Aug 2007 21:05:56 +0000 (21:05 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 16 Aug 2007 21:05:56 +0000 (21:05 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7696 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/cat/opac.xul

index e206c8e..ee034f3 100644 (file)
@@ -60,9 +60,6 @@
 
                                set_opac();
 
-                               g.data.actions_for_record_popup = $('actions_for_record_popup');
-                               g.data.stash('actions_for_record_popup');
-
                        } catch(E) {
                                var err_msg = "!! This software has encountered an error.  Please tell your friendly " +
                                        "system administrator or software developer the following:\ncat/opac.xul\n" + E + '\n';
                        <spacer flex="1"/>
                        <menubar>
                                <menu label="Actions for this Record" accesskey="A">
-                               <menupopup id="actions_for_record_popup">
+                               <menupopup>
                                <menuitem label="OPAC View" accesskey="O" id="opac_view" oncommand="set_opac();"/>
                                <menuitem label="MARC View" accesskey="V" id="marc_view" oncommand="set_marc_view();"/>
                                <menuitem label="MARC Edit" accesskey="E" id="marc_edit" oncommand="set_marc_edit();"/>