File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
* TODO: Getting avatars/uploads/cdn to work
4
4
* TODO: Dragging files into protip editor https://github.com/feross/drag-drop
5
5
* 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
6
8
* TODO: Fix commenting formatting issue (see: http://localhost:5000/p/lhsrcq/one-line-browser-notepad)
7
9
* 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
10
10
11
11
## Post release backlog
12
12
Original file line number Diff line number Diff line change 22
22
promptUserSignInOn401 (xhr)
23
23
return
24
24
25
- $ (' textarea' ).on ' input' , resizeTextAreaForContent
25
+ $ (' textarea' ).on ' input' , resizeTextAreaForNewInput
26
26
27
27
@ promptUserSignInOn401 = (xhr ) ->
28
28
if xhr .status == 401
29
29
window .location .replace (' /signin' )
30
30
return
31
31
32
- @ resizeTextAreaForContent = ->
32
+ @ resizeTextAreaForNewInput = ->
33
33
textarea_to_resize = this
34
34
textarea_new_hight = textarea_to_resize .scrollHeight
35
35
textarea_to_resize .style .cssText = ' height:auto;'
You can’t perform that action at this time.
0 commit comments