Skip to content

Commit

Permalink
disable inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Jul 2, 2014
1 parent 3d19a38 commit 99e7db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<body>
<h1>Mosquitto Websockets</h1>
<div>
Subscribed to <input type='text' id='topic' /> Status: <input type='text' id='status' size="80" />
Subscribed to <input type='text' id='topic' disabled /> Status: <input type='text' id='status' size="80" disabled />
<h3>Messages</h3>

<ul id='ws' style="font-family: 'Courier New', Courier, monospace;">
Expand Down

0 comments on commit 99e7db4

Please sign in to comment.