Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump Font Awesome to 6.6.0 #1005

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/configs/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.8.0",
"git": "1420",
"git": "1427",
"dev": true
}
2 changes: 1 addition & 1 deletion web/install/template/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SourceBans++</title>
<link href="includes/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../scripts/fontawesome-all.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.6.0/css/all.css">
<script type="text/javascript" src="../scripts/mootools.js"></script>
<script type="text/javascript" src="./scripts/sourcebans.js"></script>
<link rel="Shortcut Icon" href="./images/favicon.ico">
Expand Down
5 changes: 0 additions & 5 deletions web/scripts/fontawesome-all.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion web/themes/default/core/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{$title}</title>
<link rel="Shortcut Icon" href="themes/{$theme}/images/favicon.ico" />
<script type="text/javascript" src="./scripts/fontawesome-all.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.6.0/css/all.css">
<script type="text/javascript" src="./scripts/sourcebans.js"></script>
<link href="themes/{$theme}/css/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="./scripts/mootools.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion web/themes/default/page_uploadfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>
<title>Upload File : SourceBans</title>
<link rel="Shortcut Icon" href="../images/favicon.ico" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.6.0/css/all.css">
</head>
<body bgcolor="e9e9e9" style="
background-repeat: repeat-x;
Expand All @@ -25,6 +26,5 @@ Plese select the file to upload. The file must either be {$formats} file format.
margin: 0 0.5em;" type="submit"><i class="fas fa-save"></i> Save</button>

</form>
<script type="text/javascript" src="../scripts/fontawesome-all.min.js"></script>
</body>
</html>