From 2b6c2cef9a3398dbafb1f6cfbc0323c0b83e2053 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sun, 21 Feb 2010 18:57:29 -0500 Subject: Added PROD changes --- static/webcam/register.html | 233 ++++++++++++++++++++++++++++++++++++++++++++ static/webcam/webcam.js | 3 + 2 files changed, 236 insertions(+) create mode 100644 static/webcam/register.html (limited to 'static/webcam') diff --git a/static/webcam/register.html b/static/webcam/register.html new file mode 100644 index 0000000..4458f9c --- /dev/null +++ b/static/webcam/register.html @@ -0,0 +1,233 @@ + + + + + + + + + + + dump.fm + + + + + +
+
+
+
+
+
+ +
+

+
+
+ +
+

+Sorry, registration is closed, come back tomorrow +

+
+ + + + + + + + diff --git a/static/webcam/webcam.js b/static/webcam/webcam.js index f5a5536..3e3b4fd 100644 --- a/static/webcam/webcam.js +++ b/static/webcam/webcam.js @@ -37,6 +37,9 @@ window.webcam = { }, uploadCompleted: function(){ + if (typeof pageTracker !== 'undefined') { + pageTracker._trackEvent('Message', 'Webcam', typeof Room !== 'undefined' ? Room : 'UnknownRoom'); + } $("#webcam-button-snap").attr("value", "Send Pic") webcam.reset(); }, -- cgit v1.2.3-70-g09d2