diff options
| author | timb <timb@mb.local> | 2010-02-11 03:54:41 -0800 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-02-11 03:54:41 -0800 |
| commit | c6c120b9aa3b081fc9724f083b72bfc7f83ebce7 (patch) | |
| tree | 7f32faf9425a2b23da92240436da903eadc96df3 /template/chat.st | |
| parent | 3352b2dfdf82955d58fca2dd08e4a4d5fc289c93 (diff) | |
enabled webcam upload\!
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st index cf724fd..90e2602 100755 --- a/template/chat.st +++ b/template/chat.st @@ -3,6 +3,7 @@ <title>dump.fm</title> $head()$ <link rel="stylesheet" type="text/css" href="/static/pichat.css"> + <script type="text/javascript" src="/static/webcam/webcam.js"></script> <script> jQuery(document).ready(initChat); var Nick = $json_user_nick$; @@ -102,7 +103,8 @@ function MM_swapImage() { //v3.0 <input id="msgSubmit" type="submit" value="Send" /> <input id="upload" value="Upload" type="submit"> - <input id="webcam" value="Webcam" type="submit"> + <input id="webcam-button-upload" value="Webcam" type="submit"> + <input id="webcam-button-snap" value="Send Pic" type="submit" class="invisible blink"> </div> $endif$ </div> |
