Skip to content

Commit

Permalink
fix issue #7 (chrome cannot load github script)
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 14, 2014
1 parent 271d786 commit 1151338
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wssh/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

<link href="{{url_for('static', filename='bootstrap.min.css')}}" rel="stylesheet" />
<link href="{{url_for('static', filename='style.css')}}" rel="stylesheet" />
<script type="application/javascript" src="{{url_for('static', filename='jquery.min.js')}}">
</script>
<script type="application/javascript" src="{{url_for('static', filename='term.js')}}">
</script>
<script type="application/javascript" src="{{url_for('static', filename='wssh.js')}}">
</script>
</head>

<body>
Expand Down Expand Up @@ -122,12 +128,6 @@

</div>

<script type="application/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js">
</script>
<script type="application/javascript" src="https://raw.github.com/chjj/tty.js/36717df8e96f35f4e2bd3fd585e9361f1439fc7e/static/term.js">
</script>
<script type="application/javascript" src="{{url_for('static', filename='wssh.js')}}">
</script>
<script type="application/javascript">
function openTerminal(options) {
var client = new WSSHClient();
Expand Down

0 comments on commit 1151338

Please sign in to comment.