Skip to content

Commit

Permalink
Added location.refresh on clear to refresh endpoint and token
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfunk committed Oct 4, 2012
1 parent 7fe6242 commit fb0fc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload-progress/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function clear(msg)
- If you do not send the user to a different page, you must refresh the uploadtoken since it can only be used once
**/
alert(msg);
location.reload(true);
});
}

Expand Down

0 comments on commit fb0fc3f

Please sign in to comment.