Skip to content

Commit

Permalink
Refresh.js: $('#content') => $('#ordo').
Browse files Browse the repository at this point in the history
  • Loading branch information
BrRoman committed Jan 6, 2024
1 parent 2df5b6e commit 425d197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/refresh.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function refresh_ordo(year) {
month = date.getMonth();
}

$('#content').html(content);
$('#ordo').html(content);

replace();
}

0 comments on commit 425d197

Please sign in to comment.