summaryrefslogtreecommitdiff
path: root/static/js/pichat.js
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-24 20:37:43 -0400
committersostler <sbostler@gmail.com>2010-05-24 20:37:43 -0400
commite802ab8ba82bd925009716d284c8a4bbed9174e1 (patch)
tree773fd1d9216a983c13a42c4324b989fd6173d04e /static/js/pichat.js
parent0de81097eb19f1948cc40b6cb182628298380700 (diff)
parent6fa2b731d3d8c5fd892e3debc3e3594259c74adf (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
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();
}