Fixed stray whitespace

master
Sven Slootweg 12 years ago
parent 9e8c38a530
commit c40345133e

@ -28,10 +28,10 @@
Y: <input id="y" value="250" type="text"><br>
Title: <input id="title" value="200" type="text"><br>
Contents (HTML): <br>
<textarea id="contents" style="width: 300px; height: 180px;">&lt;strong&gt;ohai!&lt;/strong&gt;&lt;br&gt;
<textarea id="contents" style="width: 300px; height: 180px;">&lt;strong&gt;ohai!&lt;/strong&gt;&lt;br&gt;
lol&lt;hr&gt;
&lt;button&gt;:3&lt;/button&gt;
</textarea><br>
</textarea><br>
Width: <input id="w" value="400" type="text"><br>
Height: <input id="h" value="300" type="text"><br>
<button onclick="createWindow(parseInt($('#x').val()),parseInt($('#y').val()),$('#title').val(),$('#contents').val(),parseInt($('#w').val()),parseInt($('#h').val())).bringToForeground();">Make new window</button>

Loading…
Cancel
Save