MINOR: updated class name in javascript file

This commit is contained in:
Will Rossiter 2009-04-27 02:30:32 +00:00
parent f5bc3fb5a6
commit 1d11b9529f
1 changed files with 3 additions and 3 deletions

View File

@ -31,8 +31,8 @@
* area. the type information should all be on this object
*/
$("div.FieldEditor .MenuHolder .submit").livequery('click',function() {
$("div.FieldEditor .MenuHolder .action").livequery('click',function() {
// if this form is readonly...
if($("#Fields").hasClass('readonly')) return false;
@ -44,7 +44,7 @@
var length = $(".FieldInfo").length + 1;
var securityID = ($("#SecurityID").length > 0) ? '&SecurityID='+$("#SecurityID").attr("value") : '';
var type = $(this).siblings("select").val();
//send ajax request to the page
$.ajax({
type: "GET",