Auto submit preferences on change

This commit is contained in:
Petko Bordjukov 2017-09-25 18:48:44 +03:00
parent ee346f8cc3
commit 05b305716a
1 changed files with 1 additions and 0 deletions

View File

@ -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' */