X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=share%2Fcollection.js;h=d3fb11c6244cf6789d9120e66cb77b9e9d63e8de;hb=d23e04f683e1b8e1aefb9d659cf30eec4881f66b;hp=e9b376abd3135e09134c935af82929586069a453;hpb=1ef0c31138a4429fbfc666a7ff96feaced17fa7d;p=collection4.git diff --git a/share/collection.js b/share/collection.js index e9b376a..d3fb11c 100644 --- a/share/collection.js +++ b/share/collection.js @@ -1,7 +1,7 @@ function format_instance(inst) { return ("
  • " + inst.description + + "?action=show_instance;" + inst.params + "\">" + inst.description + "
  • "); } @@ -81,6 +81,22 @@ $(document).ready(function() { { update_search_suggestions (); }); + + $(".graph-img").append ("
    " + + "
    H
    " + + "
    D
    " + + "
    W
    " + + "
    M
    " + + "
    Y
    " + + "
    !
    " + + "
    " + + "
    " + + "
    ←
    " + + "
    −
    " + + "
    +
    " + + "
    →
    " + + "
    " + ); }); /* vim: set sw=2 sts=2 et fdm=marker : */