Need a dom id here if we are going to access it with $()
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 6 Aug 2010 21:07:37 +0000 (17:07 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 6 Aug 2010 21:07:37 +0000 (17:07 -0400)
horde/templates/prefs/begin.html

index 74ddd69..7e7a667 100644 (file)
@@ -1,6 +1,6 @@
 <form method="post" id="prefs" name="prefs" action="<tag:action />">
 <tag:forminput />
-<input type="hidden" name="actionID" value="update_prefs" />
+<input type="hidden" id="actionID" name="actionID" value="update_prefs" />
 <input type="hidden" name="group" value="<tag:group />" />
 <input type="hidden" id="prefs_app" name="app" value="<tag:app />" />