From 15d00c6d7aff17f31c9921ea107b6012a9099bfa Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Tue, 31 Mar 2015 21:22:52 -0700 Subject: [PATCH] little quieter --- public/js/jquery.raptorize.1.0.js | 2 +- views/index.erb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 }); -
+