1
0
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:
sam 2012-05-16 20:17:29 +02:00
parent fb15ca9d0c
commit d91a5a512c

View File

@ -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());
});