slightly nicer
This commit is contained in:
parent
d74283640b
commit
cf8656c44d
@ -179,7 +179,7 @@ var show_quick_reply = function(){
|
|||||||
|
|
||||||
$postForm.attr('id', 'quick-reply');
|
$postForm.attr('id', 'quick-reply');
|
||||||
|
|
||||||
$postForm.appendTo($('body'));
|
$postForm.appendTo($('body')).hide();
|
||||||
|
|
||||||
// Synchronise body text with original post form
|
// Synchronise body text with original post form
|
||||||
$('#body').bind('change input propertychange', function() {
|
$('#body').bind('change input propertychange', function() {
|
||||||
@ -224,8 +224,10 @@ var show_quick_reply = function(){
|
|||||||
$postForm.find('th').css('cursor', 'move');
|
$postForm.find('th').css('cursor', 'move');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$postForm.show();
|
||||||
$origPostForm = $('form[name="post"]');
|
$origPostForm = $('form[name="post"]');
|
||||||
|
|
||||||
|
$(window).ready(function() {
|
||||||
$(window).scroll(function() {
|
$(window).scroll(function() {
|
||||||
if ($(this).width() <= 800)
|
if ($(this).width() <= 800)
|
||||||
return;
|
return;
|
||||||
@ -239,6 +241,7 @@ var show_quick_reply = function(){
|
|||||||
$('link#stylesheet')[0].onload = do_css;
|
$('link#stylesheet')[0].onload = do_css;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
$(window).on('cite', function(e, id, with_link) {
|
$(window).on('cite', function(e, id, with_link) {
|
||||||
|
Loading…
Reference in New Issue
Block a user