Commit 5fa2d27f

mo k <mo@mokhan.ca>
2012-10-02 13:04:33
wire up the new author and author urls to the javascript.
1 parent dbc3f77
Changed files (1)
app
views
app/views/tutorials/_form.html.erb
@@ -12,6 +12,8 @@ $(function(){
       description: $('.tutorial-description'),
       image: $('img.embed-thumb'),
       hidden_image_url: $('#tutorial_image_url'),
+      author: $('.tutorial-author'),
+      author_url: $('.tutorial-author-url'),
     }
   };
   new NewTutorialPresenter(view, new EmbedlyService($)).present();