Auto submit preferences on change
This commit is contained in:
parent
ee346f8cc3
commit
05b305716a
|
@ -230,6 +230,7 @@
|
||||||
$( this ).toggleClass('selected');
|
$( this ).toggleClass('selected');
|
||||||
$('.info').addClass('hidden');
|
$('.info').addClass('hidden');
|
||||||
}
|
}
|
||||||
|
$('.submit').click();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
});
|
});
|
||||||
/* Put new event into DOM tree. Track defaults to 'Other' */
|
/* Put new event into DOM tree. Track defaults to 'Other' */
|
||||||
|
|
Loading…
Reference in New Issue