summaryrefslogtreecommitdiff
path: root/template/profile.st
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/profile.st
parentf00df7bab26ba0ce4652710d794a9724b308cdb1 (diff)
timb merging ryder's changes
Diffstat (limited to 'template/profile.st')
-rwxr-xr-xtemplate/profile.st1
1 files changed, 0 insertions, 1 deletions
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));