Allow removing order masters without adding a new one

This commit is contained in:
Thibaud Fabre
2016-07-29 14:46:18 +02:00
parent d558192a74
commit 303a39e359
8 changed files with 152 additions and 68 deletions

View File

@@ -257,6 +257,12 @@
.appendTo( ul );
};
$('#admin_adder').find('input').change(function () {
if (! this.checked) {
$('#admin_adder').submit();
}
});
//change display
$('#pub_wm_none, #pub_wm_wm, #pub_wm_stamp').bind('click', function(){
var $this = $(this);