diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-26 18:08:29 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-26 18:08:29 -0400 |
| commit | 9d7138359236450fe3ca48253cede0dac6c3af18 (patch) | |
| tree | fe33ba12b891aa8db446585f63e8fa345ec62573 /static/js/fullscreen.js | |
| parent | 461c3a9f062459d75cf63687eae11a4e271285d7 (diff) | |
timb commiting prod changes...
Diffstat (limited to 'static/js/fullscreen.js')
| -rw-r--r-- | static/js/fullscreen.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/js/fullscreen.js b/static/js/fullscreen.js index 0f54102..808c138 100644 --- a/static/js/fullscreen.js +++ b/static/js/fullscreen.js @@ -40,11 +40,13 @@ function clickImage(img) { $('#fav-indicator').show(); Tag.add(msg_id, "favorite"); $(img).addClass("fullscreen-favorite"); + track('UI', 'FullscreenFav'); } else { delete FavedMap[msg_id]; $('#fav-indicator').hide(); Tag.rm(msg_id, "favorite"); $(img).removeClass("fullscreen-favorite"); + track('UI', 'FullscreenDeFav'); } } |
