diff options
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/invalid_domains.js | 1 | ||||
| -rw-r--r-- | static/js/pichat.js | 4 |
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 +}); |
