From c136823170443925cb9bef201adc85889c62f8bc Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 30 Apr 2014 10:45:23 +0900 Subject: [PATCH] Fix comment --- src/main/twirl/helper/attached.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/helper/attached.scala.html b/src/main/twirl/helper/attached.scala.html index d7ae7ce99..fc85f82f4 100644 --- a/src/main/twirl/helper/attached.scala.html +++ b/src/main/twirl/helper/attached.scala.html @@ -20,7 +20,7 @@ $(function(){ } }); - // Adjust attachment area width + // Adjust clickable area width $('#@textareaId').next('div.clickable').css('width', ($('#@textareaId').width() + 8) + 'px'); });