From aa3165c303d8feb2a34329539c67bd71863c9eb4 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Thu, 1 Apr 2010 03:28:54 -0400 Subject: timb comitting prod changes --- static/dump.css | 10 ++++++++++ static/index.html | 3 +++ static/js/pichat.js | 2 +- static/urlbutton.png | Bin 3288 -> 2879 bytes static/webcam/webcam.js | 3 +++ static/webcam/webcam.swf | Bin 17076 -> 18933 bytes 6 files changed, 17 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/dump.css b/static/dump.css index 36f3231..f8bbe30 100755 --- a/static/dump.css +++ b/static/dump.css @@ -60,6 +60,16 @@ position:fixed; right:2; bottom:30; +} +#effects-msg{ +position:fixed; +bottom:68; +z-index:1111; +right:38; +font-size:15; +color:#fff; +text-shadow: #000 1px 1px 1px; + } #footerc { diff --git a/static/index.html b/static/index.html index b1d650c..badf35a 100755 --- a/static/index.html +++ b/static/index.html @@ -2,6 +2,9 @@ "http://www.w3.org/TR/html4/strict.dtd"> +dump.fm + + diff --git a/static/js/pichat.js b/static/js/pichat.js index 4c1ca98..aa02aae 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -129,7 +129,7 @@ function submitMessage() { var content = $.trim($('#msgInput').val()); $('#msgInput').val(''); if (content == '') { return; } - if (content.length > 6666) { + if (content.length > 1000) { alert("POST TOO LONG DUDE!"); return; } // this shouldn't just be client side :V diff --git a/static/urlbutton.png b/static/urlbutton.png index ef5ab64..1fc486b 100644 Binary files a/static/urlbutton.png and b/static/urlbutton.png differ diff --git a/static/webcam/webcam.js b/static/webcam/webcam.js index 42af499..f2e287b 100644 --- a/static/webcam/webcam.js +++ b/static/webcam/webcam.js @@ -56,12 +56,15 @@ window.webcam = { $("body").append(camHtml) $("#webcam-button-upload").addClass("invisible") $("#webcam-button-snap").removeClass("invisible") + $("#effects-msg").removeClass("invisible").fadeOut(70000) + blinkStart() }, hide: function() { $("#webcam-button-snap").addClass("invisible") $("#webcam-button-upload").removeClass("invisible") + $("#effects-msg").addClass("invisible") blinkStop() $("#webcam-preview").remove() }, diff --git a/static/webcam/webcam.swf b/static/webcam/webcam.swf index 823f276..ce7b114 100644 Binary files a/static/webcam/webcam.swf and b/static/webcam/webcam.swf differ -- cgit v1.2.3-70-g09d2