[open-ils-commits] r224 - servres/trunk/conifer/templates (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 25 21:01:22 EDT 2009


Author: gfawcett
Date: 2009-03-25 21:01:21 -0400 (Wed, 25 Mar 2009)
New Revision: 224

Modified:
   servres/trunk/conifer/templates/item_add_elec.xhtml
   servres/trunk/conifer/templates/item_add_phys.xhtml
   servres/trunk/conifer/templates/item_add_url.xhtml
Log:
fixed jquery-expression error.

Modified: servres/trunk/conifer/templates/item_add_elec.xhtml
===================================================================
--- servres/trunk/conifer/templates/item_add_elec.xhtml	2009-03-26 00:26:11 UTC (rev 223)
+++ servres/trunk/conifer/templates/item_add_elec.xhtml	2009-03-26 01:01:21 UTC (rev 224)
@@ -11,7 +11,7 @@
   <head>
     <title>${title}</title>
     <script type="text/javascript">
-      $(function() {$('input[@name="title"]').focus();});
+      $(function() {$('input[name="title"]').focus();});
     </script>
     ${item_metadata_formset_header()}
   </head>

Modified: servres/trunk/conifer/templates/item_add_phys.xhtml
===================================================================
--- servres/trunk/conifer/templates/item_add_phys.xhtml	2009-03-26 00:26:11 UTC (rev 223)
+++ servres/trunk/conifer/templates/item_add_phys.xhtml	2009-03-26 01:01:21 UTC (rev 224)
@@ -11,7 +11,7 @@
   <head>
     <title>${title}</title>
     <script type="text/javascript">
-      $(function() {$('input[@name="title"]').focus();});
+      $(function() {$('input[name="title"]').focus();});
     </script>
   </head>
   <body>

Modified: servres/trunk/conifer/templates/item_add_url.xhtml
===================================================================
--- servres/trunk/conifer/templates/item_add_url.xhtml	2009-03-26 00:26:11 UTC (rev 223)
+++ servres/trunk/conifer/templates/item_add_url.xhtml	2009-03-26 01:01:21 UTC (rev 224)
@@ -11,7 +11,7 @@
   <head>
     <title>${title}</title>
     <script type="text/javascript">
-      $(function() {$('input[@name="title"]').focus();});
+      $(function() {$('input[name="title"]').focus();});
     </script>
     ${item_metadata_formset_header()}
   </head>



More information about the open-ils-commits mailing list