diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-07-29 18:02:11 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-07-29 18:02:19 -0400 |
| commit | 1e044ca74467d5ff46292822a274e678bd74a9b3 (patch) | |
| tree | 57482fd23327d24b53c81cb207c2d9ce54d06eaf /public/assets/javascripts/ui/editor/MediaViewer.js | |
| parent | d18cb4c622fbb0172b9618d8594953a32ccb88b2 (diff) | |
uid fixestests
Diffstat (limited to 'public/assets/javascripts/ui/editor/MediaViewer.js')
| -rw-r--r-- | public/assets/javascripts/ui/editor/MediaViewer.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/javascripts/ui/editor/MediaViewer.js b/public/assets/javascripts/ui/editor/MediaViewer.js index 264ed7c..5540023 100644 --- a/public/assets/javascripts/ui/editor/MediaViewer.js +++ b/public/assets/javascripts/ui/editor/MediaViewer.js @@ -133,10 +133,10 @@ var MediaViewer = ModalView.extend({ var $floatingImg = $('.floatingImg'); Scenery.nextMedia = media - + console.log(media.type) switch (media.type) { case "video": - $floatingImg.attr('src', 'http://www.rawrcast.com/wp-content/uploads/2010/02/BluePlayButton.png') + $floatingImg.attr('src', '/assets/img/playbutton.png') break default: |
