Skip to content

Commit

Permalink
Correct pathing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Oct 1, 2011
1 parent 2b59039 commit 3931173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raptorizemw/resources/jquery.raptorize.1.0.js
Expand Up @@ -30,8 +30,8 @@
}

//Raptor Vars
var raptorImageMarkup = '<img id="elRaptor" style="display: none" src="raptor.png" />'
var raptorAudioMarkup = '<audio id="elRaptorShriek" preload="auto"><source src="raptor-sound.mp3" /><source src="raptor-sound.ogg" /></audio>';
var raptorImageMarkup = '<img id="elRaptor" style="display: none" src="raptorize/resources/raptor.png" />'
var raptorAudioMarkup = '<audio id="elRaptorShriek" preload="auto"><source src="raptorize/resources/raptor-sound.mp3" /><source src="raptorize/resources/raptor-sound.ogg" /></audio>';
var locked = false;

//Append Raptor and Style
Expand Down

0 comments on commit 3931173

Please sign in to comment.