Fix comment

This commit is contained in:
Naoki Takezoe
2014-04-30 10:45:23 +09:00
parent 92631fbfcf
commit c136823170

View File

@@ -20,7 +20,7 @@ $(function(){
}
});
// Adjust attachment area width
// Adjust clickable area width
$('#@textareaId').next('div.clickable').css('width', ($('#@textareaId').width() + 8) + 'px');
});
</script>