Commit e721c4cd authored by Randall Leeds's avatar Randall Leeds

Remove merge cruft from pattern library

This isn't here yet, and we shouldn't do it like this. We should
probably use SASS to include it in "form input" rules or we should
add it to the templates.
parent b5a02a5b
...@@ -285,8 +285,6 @@ tags = ['$window', ($window) -> ...@@ -285,8 +285,6 @@ tags = ['$window', ($window) ->
tag = ui.tagLabel tag = ui.tagLabel
$window.open "/t/" + tag $window.open "/t/" + tag
elem.find('input').addClass('form-input')
ctrl.$formatters.push (tags=[]) -> ctrl.$formatters.push (tags=[]) ->
assigned = elem.tagit 'assignedTags' assigned = elem.tagit 'assignedTags'
for t in assigned when t not in tags for t in assigned when t not in tags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment