diff options
| author | root <root@lalalizard.com> | 2012-12-23 13:53:14 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-24 12:06:12 -0500 |
| commit | 6c9d1c1cdc5985bb836306f6ae7dc83b014c9f77 (patch) | |
| tree | 4a7616ae391153c8a655f708bcb9db003dbcd2f8 /frontend/static/js/calendar.js | |
| parent | 06a01eb199dd8564c5efa0316e727f2a85afceb5 (diff) | |
s/likeVideo/likeContent/g
Diffstat (limited to 'frontend/static/js/calendar.js')
| -rw-r--r-- | frontend/static/js/calendar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/calendar.js b/frontend/static/js/calendar.js index cf70e29..87e686a 100644 --- a/frontend/static/js/calendar.js +++ b/frontend/static/js/calendar.js @@ -262,7 +262,7 @@ var Main = Auth.checkin() Profile.init() Player.init() - Like.likeVideoDelay = 6000 + Like.likeContentDelay = 6000 $("#controls").fadeIn(2000) $("#contact").fadeIn(2000) setTimeout('Viewport.standardResize()', 1000) |
