| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
show up longer on taller screens
|
|
|
|
|
|
for f in `git grep -l edge_info`; do sed -ie 's/edge_info/link_info/g' $f; done
for f in `git grep -l EDGE_INFO`; do sed -ie 's/EDGE_INFO/LINK_INFO/g' $f; done
git mv src/client/view/edge_info.js src/client/view/link_info.js
|
|
|
|
|
|
|
|
is ugly
Together with addition of new attributes fixes #357
|
|
|
|
|
|
|
|
|
|
|