Skip to content

Commit

Permalink
Add some minor code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jun 23, 2024
1 parent a9f9865 commit 1979d2d
Show file tree
Hide file tree
Showing 12 changed files with 322 additions and 323 deletions.
317 changes: 1 addition & 316 deletions authentic-lib.pl

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/csf/csf.min.js

Large diffs are not rendered by default.

Binary file modified extensions/csf/csf.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion extensions/file-manager/file-manager.min.js

Large diffs are not rendered by default.

Binary file modified extensions/file-manager/file-manager.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion extensions/mail/mail.min.js

Large diffs are not rendered by default.

Binary file modified extensions/mail/mail.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion extensions/mail/mail.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ const mail = (function() {
cmodule = _.variable.module.name(),
prefix = `${path}/${cmodule}`;

xtarget.getSize = `${path}/index.cgi/?xhr-get_size=1&xhr-get_size_nodir=1&xhr-get_size_path=`;
xtarget.getSize = `${path}/xhr.cgi?xhr-get_size=1&xhr-get_size_nodir=1&xhr-get_size_path=`;
xtarget.delete = `${prefix}/delete_mail.cgi?confirm=1&delete=1&noredirect=1`;
xtarget.schedule = `${path}/schedule/save.cgi`;
xtarget.addressBook = `${prefix}/export.cgi?fmt=csv&dup=0&incgr=1`;
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-RC1
mversion=09
mversion=10
bversion=00
webmin=1
usermin=1
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.
316 changes: 315 additions & 1 deletion xhr-lib.pl

Large diffs are not rendered by default.

0 comments on commit 1979d2d

Please sign in to comment.