mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
MINOR: updated class name in javascript file
This commit is contained in:
parent
f5bc3fb5a6
commit
1d11b9529f
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user