Skip to content

Commit ab022bb

Browse files
committed
house cleaning
1 parent 93c66a9 commit ab022bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* TODO: Getting avatars/uploads/cdn to work
44
* TODO: Dragging files into protip editor https://github.com/feross/drag-drop
55
* TODO: Check all meta tags, especially on pro tips so SEO is retained
6+
* TODO: Clean up (all protips & comments without author, all spam protips like PST tips)
7+
* TDOD: Clean up duplicate badges
68
* TODO: Fix commenting formatting issue (see: http://localhost:5000/p/lhsrcq/one-line-browser-notepad)
79
* TODO: Write announcement protip and link it on homepage
8-
* TODO: Cleaup (all protips & comments without author, all spam protips like PST tips)
9-
* TDOD: Clean up duplicate badges
1010

1111
## Post release backlog
1212

app/assets/javascripts/application.js.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ $ ->
2222
promptUserSignInOn401(xhr)
2323
return
2424

25-
$('textarea').on 'input', resizeTextAreaForContent
25+
$('textarea').on 'input', resizeTextAreaForNewInput
2626

2727
@promptUserSignInOn401 = (xhr) ->
2828
if xhr.status == 401
2929
window.location.replace('/signin')
3030
return
3131

32-
@resizeTextAreaForContent = ->
32+
@resizeTextAreaForNewInput = ->
3333
textarea_to_resize = this
3434
textarea_new_hight = textarea_to_resize.scrollHeight
3535
textarea_to_resize.style.cssText = 'height:auto;'

0 commit comments

Comments
 (0)