Skip to content

Commit

Permalink
Fix to drop unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jul 4, 2024
1 parent fb699b9 commit dddf8f4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extensions/stats/stats.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified extensions/stats/stats.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion extensions/stats/stats.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const stats = {
},
},
blocked: theme_updating,
getHistoryData: function (data) {
getHistoryData: function () {
return vars.stats.history;
},
},
Expand Down
2 changes: 1 addition & 1 deletion theme.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bootstrap=3
spa=1
nomodcall=xnavigation=1
version=21.20-RC4
mversion=05
mversion=06
bversion=00
webmin=1
usermin=1
Expand Down
Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.

0 comments on commit dddf8f4

Please sign in to comment.