summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-11 05:37:22 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-11 05:37:22 -0500
commit3352b2dfdf82955d58fca2dd08e4a4d5fc289c93 (patch)
tree7aa6f84ad638c282b5a6e493a0769b2312c3ddd8 /template
parentf00df7bab26ba0ce4652710d794a9724b308cdb1 (diff)
timb merging ryder's changes
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/chat.st5
-rwxr-xr-xtemplate/profile.st1
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));