From 2f548fdafd1a5c4e07ed9801caf9f40457475670 Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Thu, 14 Mar 2013 17:12:00 +0530 Subject: [PATCH] Fix annotation tree not loading The annotation tree and the loading of JSON was not working as tree.js was not being loaded. Fixed that. --- templates/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 320de59..8e13f33 100644 --- a/templates/index.html +++ b/templates/index.html @@ -36,8 +36,10 @@ #map {border: 1px solid #888;} - + + + - -- 1.7.10.4