Skip to content

Commit

Permalink
404页面删除gif
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Jan 9, 2025
1 parent f245d3d commit d61d63f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed src/main/resources/images/404/6.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/skins/classic/error/404.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<#include '../footer.ftl'/>
</body>
<script>
$('.main .wrapper div.ft-center').html('<img src="${staticServePath}/images/404/' + Math.round(Math.random() * 6) + '.gif">');
$('.main .wrapper div.ft-center').html('<img src="${staticServePath}/images/404/' + Math.round(Math.random() * 5) + '.gif">');
Util.mouseClickEffects();
</script>
</html>

0 comments on commit d61d63f

Please sign in to comment.