mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-09 04:26:32 +02:00
Fix comment
This commit is contained in:
@@ -20,7 +20,7 @@ $(function(){
|
||||
}
|
||||
});
|
||||
|
||||
// Adjust attachment area width
|
||||
// Adjust clickable area width
|
||||
$('#@textareaId').next('div.clickable').css('width', ($('#@textareaId').width() + 8) + 'px');
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user