aboutsummaryrefslogtreecommitdiffstats
path: root/view/contact_slider.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/contact_slider.tpl')
-rw-r--r--view/contact_slider.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/contact_slider.tpl b/view/contact_slider.tpl
index 9b8a52320..1334f58b1 100644
--- a/view/contact_slider.tpl
+++ b/view/contact_slider.tpl
@@ -1,4 +1,4 @@
-<div id="slider" style="height: 32px; position: relative; left: 5%; width: 90%;"><input id="contact-range" type="text" name="fake-closeness" value="$val" /></div>
+<div id="contact-slider" class="slider" style="height: 32px; position: relative; left: 5%; width: 90%;"><input id="contact-range" type="text" name="fake-closeness" value="$val" /></div>
<script>
$("#contact-range").slider({ from: 0, to: 99, step: 1, scale: ['$me', '$intimate', '|', '$friends', '|', '$coworkers', '|', '$oldfriends', '|', '$acquaintances', '|', '$world' ], onstatechange: function(v) { $("#contact-closeness-mirror").val(v); } });
</script>