mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Fix regression on expiration dropdown sync
This commit is contained in:
parent
fb15ca9d0c
commit
d91a5a512c
@ -548,8 +548,7 @@ if (content && key) {
|
||||
|
||||
/* Synchronize expiration select boxes value */
|
||||
$('.paste-option select').live('change', function(){
|
||||
var $this = $(this);
|
||||
$this.val($this.val());
|
||||
$('.paste-option select').val($(this).val());
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user