Browse Source

yeah

pull/40/head
Michael Foster 11 years ago
parent
commit
07666f2a3f
  1. 2
      js/quick-reply.js

2
js/quick-reply.js

@ -142,7 +142,7 @@ var show_quick_reply = function(){
$('#body').val($(this).val());
});
// Synchronise other inputs
$('form[name="post"] input:not[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('input[type="text"],select').bind('change input propertychange', function() {

Loading…
Cancel
Save