Commit 2f548fdafd1a5c4e07ed9801caf9f40457475670

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.
  
3636 #map {border: 1px solid #888;}
3737 </style>
3838 <script src="http://www.openlayers.org/api/2.11/OpenLayers.js" type="text/javascript"></script>
39 <script type="text/javascript" src="static/myVector.js"></script>
4039 <script type="text/javascript" src="static/bootstrap.js"></script>
40 <script type="text/javascript" src="static/jit.js"></script>
41 <script type="text/javascript" src="static/tree.js"></script>
42 <script type="text/javascript" src="static/myVector.js"></script>
4143 <script type="text/javascript">
4244 function treeClose() {
4345 $('#annotation-tree').modal('hide');
190190 window.open("{{ url_for('editor') }}?json="+json);
191191 }
192192 </script>
193 <script type="text/javascript" src="static/jit.js"></script>
194193</body>
195194</html>