Commit 14fe54ff authored by Nick Stenning's avatar Nick Stenning

Take spare quotation mark for my personal collection

parent 90be6516
......@@ -40,7 +40,7 @@
thread-collapsed="!search.query"
ng-include="'thread.html'"
ng-mouseenter="focus(child.message)"
ng-click="scrollTo(child.message)""
ng-click="scrollTo(child.message)"
ng-mouseleave="focus()"
ng-repeat="child in vm.container.children | orderBy : sort.predicate"
ng-show="vm.container && shouldShowThread(child) &&
......
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