From 6c9d1c1cdc5985bb836306f6ae7dc83b014c9f77 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 23 Dec 2012 13:53:14 -0500 Subject: s/likeVideo/likeContent/g --- frontend/static/js/profile.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'frontend/static/js/profile.js') diff --git a/frontend/static/js/profile.js b/frontend/static/js/profile.js index a528597..e5da4c6 100644 --- a/frontend/static/js/profile.js +++ b/frontend/static/js/profile.js @@ -393,11 +393,11 @@ var Profile = if (Profile.mode === "like") return Profile.page = 0 - Profile.pages = [likeVideoQueue] + Profile.pages = [likeContentQueue] Profile.mode = "like" $(".mode").removeClass("mode") $("#likeQueue").addClass("mode") - Profile.loadQueue(likeVideoQueue) + Profile.loadQueue(likeContentQueue) }, loadTopQueue: function () { @@ -446,11 +446,11 @@ var Profile = $("#queueLinks").append('
  • '+userVideoQueueTitle+'
  • ') $("#userQueue").bind("click", Profile.loadUserQueue) } - if (likeVideoQueue && likeVideoQueue.length && likeVideoQueueTitle) + if (likeContentQueue && likeContentQueue.length && likeContentQueueTitle) { - $("#queueLinks").append('
  • '+likeVideoQueueTitle+'
  • ') + $("#queueLinks").append('
  • '+likeContentQueueTitle+'
  • ') $("#likeQueue").bind("click", Profile.loadLikeQueue) - likeVideoQueue.reverse() + likeContentQueue.reverse() } if (topVideoQueue && topVideoQueue.length && topVideoQueueTitle) { @@ -460,7 +460,7 @@ var Profile = } if (userVideoQueue && userVideoQueue.length) Profile.loadUserQueue() - else if (likeVideoQueue && likeVideoQueue.length) + else if (likeContentQueue && likeContentQueue.length) Profile.loadLikeQueue() // if (imageQueue && imageQueue.length) // Profile.loadImages() -- cgit v1.2.3-70-g09d2