Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zodman committed Nov 29, 2020
1 parent 07eed9e commit a0a7a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/javascript/controllers/chat_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default class extends ApplicationController {
connect () {
super.connect()
this.scroll(100)
this.reload(this)
}

post (event) {
Expand Down
2 changes: 1 addition & 1 deletion core/templates/_add_sources.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<summary>{{ filetype }}</summary>
{% for file in filenames %}
<br>
{{ file.filename }} (LOC {{ file.loc }})
{{ file.filename }} <small>(LOC {{ file.loc }})</small>
{{ file.src|pygmentize:file.pygment_type }}
{% endfor %}
</details>
Expand Down

0 comments on commit a0a7a28

Please sign in to comment.