diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-07-29 18:19:13 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-07-29 18:19:13 -0400 |
| commit | 7f7262473b844bc48f59f0a6e6ef2c7231b33987 (patch) | |
| tree | 1b74a3e6ec3ce499d30869b9808b853086485987 /public/assets/javascripts/ui/editor/MediaViewer.js | |
| parent | e082a27d835495f7ea27292ffdc62688a22a67a1 (diff) | |
| parent | 1e044ca74467d5ff46292822a274e678bd74a9b3 (diff) | |
merge
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: |
