• stuart nelson's avatar
    Fix jQuery and Tree creation errors (#467) · 8211b3e5
    stuart nelson authored
    * Use d3 to handle keyboard event
    
    jQuery isn't always being loaded before the
    routing-tree script is executed.
    
    We cannot guarantee when jQuery will be available,
    but d3 will be loaded before the routing-tree
    script. This change preserves the previous
    functionality.
    
    * Add simple case for handling fewer than 3 nodes
    
    The tree algorithm being used doesn't properly handle 1 or 2 nodes.
    8211b3e5
Name
Last commit
Last update
content Loading commit data...
layouts Loading commit data...
lib Loading commit data...
static Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS.md Loading commit data...
CONTRIBUTING.md Loading commit data...
Dockerfile Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
Guardfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
NOTICE Loading commit data...
README.md Loading commit data...
Rules Loading commit data...
nanoc.yaml Loading commit data...
prometheus_rsa.enc Loading commit data...