Skip to content

Commit

Permalink
update pointer to js to sockjs-0.3.4. Use proper doctype and a placeh…
Browse files Browse the repository at this point in the history
…older attr.
  • Loading branch information
myers committed Feb 13, 2014
1 parent bd9de3d commit c696bb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/echo.html
@@ -1,8 +1,8 @@
<!doctype html>
<!DOCTYPE html>
<html><head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js">
</script>
<script src="http://cdn.sockjs.org/sockjs-0.2.min.js">
<script src="http://cdn.sockjs.org/sockjs-0.3.4.min.js">
</script>
<style>
.box {
Expand Down Expand Up @@ -33,7 +33,7 @@
<h2>SockJS-erlang Echo example</h2>
<form id="form">
<input id="input" autocomplete="off" class="box"
value="type something here" />
placeholder="type something here" />
</form>
<div id="output" class="box"></div>
<script>
Expand Down

0 comments on commit c696bb8

Please sign in to comment.