From 2f10bef2f313e0161f0a3091611c01a5419e598f Mon Sep 17 00:00:00 2001 From: David Westgate Date: Mon, 29 Apr 2013 10:34:05 -0300 Subject: [PATCH] Update firerecord.js --- chrome/content/firerecord.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/firerecord.js b/chrome/content/firerecord.js index 0dd228e..5b5361a 100644 --- a/chrome/content/firerecord.js +++ b/chrome/content/firerecord.js @@ -81,7 +81,7 @@ var firerecord = function() { { line1 = playThis[i]; line2 = playThis[i+1].split(' :: '); - } + //alert(line1.toString()); //alert(line2.toString()); setTimeout(function() { @@ -91,7 +91,7 @@ var firerecord = function() { firerecord.fire(line2[0], line2[1], line2[2], line2[3], line2[4]); }, 8000); // setTimeout(function(){firerecord.fireExp();},8000); - + } }, // rylan