mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-30 20:03:45 +01:00
small bugfixes
This commit is contained in:
parent
9b94ef02e1
commit
6aee7e71bd
@ -259,10 +259,11 @@ var show_quick_reply = function(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
$postForm.find('th .close-btn').click(function() {
|
$postForm.find('th .close-btn').click(function() {
|
||||||
|
$origPostForm.find('textarea[name="body"]').attr('id', 'body');
|
||||||
$postForm.remove();
|
$postForm.remove();
|
||||||
});
|
});
|
||||||
|
|
||||||
$postForm.show();
|
// $postForm.show();
|
||||||
$(window).trigger('quick-reply');
|
$(window).trigger('quick-reply');
|
||||||
|
|
||||||
$(window).ready(function() {
|
$(window).ready(function() {
|
||||||
@ -278,7 +279,7 @@ var show_quick_reply = function(){
|
|||||||
if ($('link#stylesheet').attr('href')) {
|
if ($('link#stylesheet').attr('href')) {
|
||||||
$('link#stylesheet')[0].onload = do_css;
|
$('link#stylesheet')[0].onload = do_css;
|
||||||
}
|
}
|
||||||
});
|
}).scroll();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user