Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjack4494 committed Jan 11, 2019
1 parent 8cfca63 commit 67ba031
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,13 @@
if (data[0] < dLast) {
godCounter++;
dLast = 0;
} else {
dLast++;
}
if (angular.isArray(data)) {
response[data[0]] = data;
godArray[godCounter] = [data[0], data];
godAlt[godCounter] = [data[0], data];
godArray[godCounter[data[0]]] = data;
godAlt[godCounter[data[0]]] = data;
} else {
// error message
response[0] = [0, data];
Expand Down

0 comments on commit 67ba031

Please sign in to comment.