diff options
Diffstat (limited to 'public/assets/javascripts/ui/site/ProfileView.js')
| -rw-r--r-- | public/assets/javascripts/ui/site/ProfileView.js | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/public/assets/javascripts/ui/site/ProfileView.js b/public/assets/javascripts/ui/site/ProfileView.js index 8661bcd..f3b35d9 100644 --- a/public/assets/javascripts/ui/site/ProfileView.js +++ b/public/assets/javascripts/ui/site/ProfileView.js @@ -11,18 +11,7 @@ var ProfileView = View.extend({ 'thirteen']; $(".bio").addClass(choice(classes)); - $("td.border").each(function() { - var iframe = $(this).find("iframe").get('0') - if (! iframe) return - $(this).on({ - mouseenter: function(e){ - iframe.contentWindow.postMessage("spin-on", window.location.origin) - }, - mouseleave: function(e){ - iframe.contentWindow.postMessage("spin-off", window.location.origin) - } - }) - }) + this.projectList = new ProjectList () } }) |
