Skip to content

Commit

Permalink
Editors can now write short articles that will display on the dashboa…
Browse files Browse the repository at this point in the history
…rd, closes #21.
  • Loading branch information
remomueller committed Dec 6, 2019
1 parent da29e41 commit fabd762
Show file tree
Hide file tree
Showing 29 changed files with 1,758 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- **Dashboard Changes**
- Dashboard now displays a randomization overview
- Complete profile widget no longer requires a photo to be uploaded
- **Articles Changes**
- Editors can now write short articles that will display on the dashboard
- **Folder Changes**
- Folders are now sorted alphabetically in each category
- All files in a folder can be downloaded as a single zip file
Expand Down
4 changes: 4 additions & 0 deletions app/assets/javascripts/extensions/datepicker.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@datepickerReady = ->
$(".datepicker-dropdown").remove() # Clean up DOM
$(".datepicker").datepicker("remove")
$(".datepicker").datepicker(autoclose: true)
Loading

0 comments on commit fabd762

Please sign in to comment.