Skip to content

Commit

Permalink
repack
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Sep 15, 2022
1 parent a9b739c commit 5f71f9e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev-output/assets-output/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -3162,7 +3162,7 @@ if (location.hostname !== 'localhost' && location.hostname !== '127.0.0.1' && lo
location.replace('http://fleet.moe' + location.pathname);
}

_g.db_version = '20220407';
_g.db_version = '20220916';
_g.bgimg_count = 0;
_g.event = {
'animationend': 'animationend webkitAnimationEnd',
Expand Down
2 changes: 1 addition & 1 deletion dev-output/assets-output/js.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev-output/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<link rel="apple-touch-icon" href="/favicon.png"/>
<link rel="manifest" href="/manifest.json?20160101"/>

<script type="text/javascript" src="/!/assets/libs.min.js?20220407"></script>
<script type="text/javascript" src="/!/assets/js.min.js?20220407"></script>
<script type="text/javascript" src="/!/assets/libs.min.js?20220916"></script>
<script type="text/javascript" src="/!/assets/js.min.js?20220916"></script>

<link rel="stylesheet" type="text/css" href="/!/assets/css.min.css?20220407"/>
<link rel="stylesheet" type="text/css" href="/!/assets/css.min.css?20220916"/>
</head>


Expand Down
2 changes: 1 addition & 1 deletion source/js-app/main-web.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


// Global Variables
_g.db_version = '20220407';
_g.db_version = '20220916';

_g.bgimg_count = 0;

Expand Down

0 comments on commit 5f71f9e

Please sign in to comment.