summaryrefslogtreecommitdiff
path: root/static/js/pichat.js
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-05-24 19:26:07 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-05-24 19:26:07 -0400
commit6fa2b731d3d8c5fd892e3debc3e3594259c74adf (patch)
tree8e5edd967177cfb2841afa6853685d4a67c02aa1 /static/js/pichat.js
parent7a22e6b6470d058c3eb7f12c2cb6db9d2de3bde7 (diff)
sostler prod commit
Diffstat (limited to 'static/js/pichat.js')
-rw-r--r--static/js/pichat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js
index f8be6c1..84a9b79 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -612,7 +612,7 @@ function paletteBuildImageThumbs(){
function paletteShow(){
$("#palette").css("display", "block")
if (isEmptyObject(RawFavs)) {
- $('#palette-thumbs').html('<h1 style="width:300px;color:#000;letter-spacing:-1px;">This is where all the stuff you FAV goes!<br><br>To FAV a post click the little heart <img src="/static/img/thumbs/smallheart.gif"> next to a users name.<br><br> Everything you fav gets saved to your profile.. Have fun!</h1>');
+ $('#palette-thumbs').html('<div style="width:300px;color:#000;">This is where all the stuff you FAV goes!<br><br>To FAV a post click the little heart <img src="/static/img/thumbs/smallheart.gif"> next to a users name.<br><br> Everything you fav gets saved to your profile.. Have fun!</div>');
} else {
paletteBuildImageThumbs();
}