summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-05 04:05:57 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-05 04:05:57 -0400
commitadaf759270d7222a4879a7e3adba2713dc86d8ad (patch)
tree0cd651184af919785e9000fe9a4f3c4f905fd14c /static/js
parent758c6d3e56ad4bb4e91a3be1b907c1511d7d677b (diff)
sostler prod commit
Diffstat (limited to 'static/js')
-rw-r--r--static/js/invalid_domains.js1
-rw-r--r--static/js/pichat.js4
2 files changed, 3 insertions, 2 deletions
diff --git a/static/js/invalid_domains.js b/static/js/invalid_domains.js
index e23906f..c7788cd 100644
--- a/static/js/invalid_domains.js
+++ b/static/js/invalid_domains.js
@@ -71,6 +71,7 @@ var InvalidDomains = [
"http://www.oafe.net",
"http://www.mrbalihai.com",
"http://www.digyourowngrave.com",
+ "http://tripod.com",
"http://www.kaitaia.com",
"http://carsdriveingallery.com",
"http://xxxspacegirls.us",
diff --git a/static/js/pichat.js b/static/js/pichat.js
index f130239..48b5e54 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -22,7 +22,7 @@ Anim = {
"chatThumbTiny": {"width": "8px", "height": "8px", "right": "8px", "bottom": "8px"},
"chatThumb": {"width": "16px", "height": "16px", "right": "4px", "bottom": "4px"},
"logThumb": {"width": "27px", "height": "27px", "marginRight": "0px", "marginTop": "0px"},
- "logThumbBig": {"width": "64px", "height": "64px", "marginRight": "-20px", "marginTop": "-20px"}
+ "logThumbBig": {"width": "64px", "height": "64px", "marginRight": "-2px", "marginTop": "-2px"}
}
// Utils
@@ -1014,4 +1014,4 @@ function startTitleUpdater() {
$(function() {
OrigTitle = $('title').text();
-}); \ No newline at end of file
+});