mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Allow removing order masters without adding a new one
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user