diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-21 18:57:29 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-21 18:57:29 -0500 |
| commit | 2b6c2cef9a3398dbafb1f6cfbc0323c0b83e2053 (patch) | |
| tree | 855237b1d839793f5a4451ad0a4a3c2d8d6ac844 /static/webcam/webcam.js | |
| parent | 1656fdf68387f7966d9caff9ee1a4f03436b6c51 (diff) | |
Added PROD changes
Diffstat (limited to 'static/webcam/webcam.js')
| -rw-r--r-- | static/webcam/webcam.js | 3 |
1 files changed, 3 insertions, 0 deletions
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(); }, |
