From ca4a5cc2454c9419113d0d21114aa451d10bfc61 Mon Sep 17 00:00:00 2001 From: jonsowman Date: Tue, 10 Aug 2010 21:56:57 +0000 Subject: [PATCH] Fixed indexing starting at 0 --- predict/js/pred.js | 1 + 1 file changed, 1 insertion(+) diff --git a/predict/js/pred.js b/predict/js/pred.js index 27e61e0..704fc99 100644 --- a/predict/js/pred.js +++ b/predict/js/pred.js @@ -635,6 +635,7 @@ function setupEventHandlers() { $.Jookie.Set(cookie_name, i+"_name", req_name); // Increase the index + idx++; $.Jookie.Set(cookie_name, "idx", idx); // Close dialog and let the user know it worked