forked from leftypol/leftypol
yeah?
This commit is contained in:
parent
07666f2a3f
commit
841dbaef90
1 changed files with 2 additions and 2 deletions
|
@ -143,10 +143,10 @@ var show_quick_reply = function(){
|
||||||
});
|
});
|
||||||
// Synchronise other inputs
|
// Synchronise other inputs
|
||||||
$('form[name="post"] input[type="text"],select').bind('change input propertychange', function() {
|
$('form[name="post"] input[type="text"],select').bind('change input propertychange', function() {
|
||||||
$postForm.find('input[name="' + $(this).attr('name') + '"]').val($(this).val());
|
$postForm.find('[name="' + $(this).attr('name') + '"]').val($(this).val());
|
||||||
});
|
});
|
||||||
$postForm.find('input[type="text"],select').bind('change input propertychange', function() {
|
$postForm.find('input[type="text"],select').bind('change input propertychange', function() {
|
||||||
$('form[name="post"] input[name="' + $(this).attr('name') + '"]').val($(this).val());
|
$('form[name="post"] [name="' + $(this).attr('name') + '"]').val($(this).val());
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue