Skip to content

Commit

Permalink
Update Progress2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Jan 10, 2021
1 parent 3673dff commit 5b14440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patent2Net/templates/Request_Form/Progress2.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
$(qi).css('width', sent_data[i]+'%').attr('aria-valuenow', sent_data[i]);
}
switch(int(i)) {
switch(parseInt (i)) {
// ['p2n_req','p2n_gather_biblio', "p2n_filtering", 'p2n_family','p2n_content','p2n_image','p2n_network','p2n_tables','p2n_carrot','p2n_iramuteq','p2n_cluster', ]

case 0:
Expand Down

0 comments on commit 5b14440

Please sign in to comment.