Fixed indexing starting at 0

pull/73/head
jonsowman 2010-08-10 21:56:57 +00:00
rodzic 4715c4ed71
commit ca4a5cc245
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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