diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-11 05:37:22 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-11 05:37:22 -0500 |
| commit | 3352b2dfdf82955d58fca2dd08e4a4d5fc289c93 (patch) | |
| tree | 7aa6f84ad638c282b5a6e493a0769b2312c3ddd8 /template | |
| parent | f00df7bab26ba0ce4652710d794a9724b308cdb1 (diff) | |
timb merging ryder's changes
Diffstat (limited to 'template')
| -rwxr-xr-x | template/chat.st | 5 | ||||
| -rwxr-xr-x | template/profile.st | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/template/chat.st b/template/chat.st index 3b0da41..cf724fd 100755 --- a/template/chat.st +++ b/template/chat.st @@ -99,9 +99,10 @@ function MM_swapImage() { //v3.0 $if(user_nick)$ <div id="msgInputDiv"> <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> - <input id="msgSubmit" type="submit" value="Send Image URL" + <input id="msgSubmit" type="submit" value="Send" /> - <input id="upload" value="Upload" type="submit"> + <input id="upload" value="Upload" type="submit"> + <input id="webcam" value="Webcam" type="submit"> </div> $endif$ </div> diff --git a/template/profile.st b/template/profile.st index e753203..c3d77e2 100755 --- a/template/profile.st +++ b/template/profile.st @@ -16,7 +16,6 @@ <script> jQuery(document).ready(function(){ initProfile(); - jQuery("#datepicker").datepicker(); jQuery(".linkify").each(function() { var text = jQuery(this).text(); jQuery(this).html(linkify(text)); |
