Skip to content

Commit

Permalink
Move scripts to suit FF; document which browsers work
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Nov 26, 2010
1 parent cc31e54 commit 3db2e41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ To install htracr, you'll need:

- Node.JS <http://nodejs.org/>
- node_pcap <https://github.com/mranney/node_pcap/>
- A Web browser
- A modern Web browser (Known to work: Safari 5, FF 4, Chrome)


## Using htracr
Expand Down
12 changes: 6 additions & 6 deletions lib/htracr.html
Expand Up @@ -12,6 +12,12 @@
<div id="labels"></div>
<div id="paper"></div>

<script src="/raphael"></script>
<script src="/g.raphael"></script>
<script src="/jquery"></script>
<script src="/jquery-ui"></script>
<script src="/htracr-client"></script>

<div id="control">
<input id="start" type="submit" value="start" onclick="return htracr.start_capture();" title="start capturing">
<input id="stop" type="submit" value="stop" onclick="return htracr.stop_capture();" title="stop capture">
Expand All @@ -23,12 +29,6 @@
</div>
</div>

<script src="/raphael"></script>
<script src="/g.raphael"></script>
<script src="/jquery"></script>
<script src="/jquery-ui"></script>
<script src="/htracr-client"></script>


</body>
</html>

0 comments on commit 3db2e41

Please sign in to comment.