diff --git a/public/js/jquery.raptorize.1.0.js b/public/js/jquery.raptorize.1.0.js index 2781f0e8..818277a3 100644 --- a/public/js/jquery.raptorize.1.0.js +++ b/public/js/jquery.raptorize.1.0.js @@ -33,7 +33,7 @@ $(document).ready(function() { //Raptor Vars (Modify the 'src' to your prefrence) var raptorImageMarkup = '
- + ' - var raptorAudioMarkup = ''; + var raptorAudioMarkup = ''; var locked = false; //Append Raptor and Style diff --git a/views/index.erb b/views/index.erb index a99f7699..93a369d3 100644 --- a/views/index.erb +++ b/views/index.erb @@ -47,12 +47,13 @@ 'delayTime' : 1000 //time before raptor attacks on timer mode }); window.scrollTo(0, 0); + document.getElementById('pmarca').volume = 0.1 });