1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Merge branch 'master' of sametmax-github:sametmax/0bin

This commit is contained in:
sam 2012-04-28 19:51:09 +07:00
commit b98497346f

View File

@ -77,7 +77,11 @@ $('.paste-option select').live('change', function(){
/* Resize Textarea content */
$('#content').elastic();
/* Display bottom paste option buttons when needed */
if($('#content').height() < 600 ){
$('.paste-option.bottom').remove();
};
$('#content').live('keyup change', function(){
if($('#content').height() < 600 ){
$('.paste-option.down').remove();