diff --git a/app/assets/javascripts/app/controllers/tag_widget.js.coffee b/app/assets/javascripts/app/controllers/tag_widget.js.coffee index 094b60ba3..e82efaaa5 100644 --- a/app/assets/javascripts/app/controllers/tag_widget.js.coffee +++ b/app/assets/javascripts/app/controllers/tag_widget.js.coffee @@ -68,5 +68,4 @@ class App.TagWidget extends App.Controller if reorder $('#' + @attribute_id + '_tagsinput').height( 20 ) height = container.scrollHeight - console.log(2222, height) $('#' + @attribute_id + '_tagsinput').height( height - 10 )