Skip to content

Commit

Permalink
Fix naming on converter page
Browse files Browse the repository at this point in the history
  • Loading branch information
legastero committed Nov 22, 2013
1 parent 3958dde commit 0f066ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions convert.html
Expand Up @@ -30,8 +30,8 @@
</head>
<body>
<textarea id='sdptext' placeholder='Your SDP here'></textarea>
<button id='tojson' onclick='toJSON()'>To Jingle</button>
<textarea id='jsontext' placeholder='Your Jingle XML here'></textarea>
<button id='tojson' onclick='toJSON()'>To JSON</button>
<textarea id='jsontext' placeholder='Your JSON here'></textarea>
<button id='tosdp' onClick='toSDP()'>To SDP</button>
</body>
</html>

0 comments on commit 0f066ff

Please sign in to comment.