Commit 3f45061f621b4e7f0b48ff9ecfb24ed1238bf952
Removing comments at the wrong place
| | | | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml" | 2 | <html xmlns="http://www.w3.org/1999/xhtml" |
---|
3 | <head> | 3 | <head> |
---|
4 | <!-- <script type="text/javascript"> --> | | <!-- <script type="text/javascript"> --> |
---|
5 | <!-- function annotationTree() { --> | | <!-- function annotationTree() { --> |
---|
6 | <!-- tree_div = document.getElementById('annotation-tree'); --> | | <!-- tree_div = document.getElementById('annotation-tree'); --> |
---|
7 | <!-- tree_div.style.display = 'block'; --> | | <!-- tree_div.style.display = 'block'; --> |
---|
8 | <!-- } --> | | <!-- } --> |
---|
9 | <!-- </script> --> | | <!-- </script> --> |
---|
10 | <!-- <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.min.js"></script> --> | | <!-- <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.min.js"></script> --> |
---|
11 | <!-- <script type="text/javascript" src="./jit.js"></script> --> | | <!-- <script type="text/javascript" src="./jit.js"></script> --> |
---|
12 | <!-- <script type="text/javascript" src="./tree.js"></script> --> | | <!-- <script type="text/javascript" src="./tree.js"></script> --> |
---|
| | 4 | <script type="text/javascript"> | | | 5 | function annotationTree() { |
---|
| | 6 | tree_div = document.getElementById('annotation-tree'); |
---|
| | 7 | tree_div.style.display = 'block'; |
---|
| | 8 | } |
---|
| | 9 | </script> |
---|
| | 10 | <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.min.js"></script> |
---|
| | 11 | <script type="text/javascript" src="./jit.js"></script> |
---|
| | 12 | <script type="text/javascript" src="./tree.js"></script> |
---|
13 | <style type='text/css'> | 13 | <style type='text/css'> |
---|
14 | #annotation-tree { | 14 | #annotation-tree { |
---|
15 | position:fixed; | 15 | position:fixed; |
---|