Skip to content

Commit

Permalink
v small profile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jul 11, 2019
1 parent 584d3e8 commit 8da8f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/js/pages/profile.js
Expand Up @@ -39,7 +39,7 @@ $(document).ready(function() {
fetchInProgress = true;
loadingImg.className = loadingImg.className.replace('hidden', 'visible');

fetch(location.href.replace(location.hash, '') + '?p=' + (page++) + '&a=' + activityName).then(
fetch(location.href.replace(location.hash, '') + '?p=' + (++page) + '&a=' + activityName).then(
function(response) {
if (response.status === 200) {
response.text().then(
Expand Down

0 comments on commit 8da8f25

Please sign in to comment.