Updated dependencies to use Git modules, Updated build script, Improved wedge

Update .gitignore, .gitmodules, and 6 more files...
This commit is contained in:
2023-12-20 01:59:26 +01:00
parent 44a05eb73a
commit f84e5ddfa3
8 changed files with 49 additions and 35 deletions

View File

@@ -10,8 +10,7 @@ if($enable_gallery) {
}
if($enable_code_highlight) {
echo('<script src="/resources/HighlightJS/11.6.0/highlight.min.js"></script>');
echo('<script src="/resources/HighlightJS/11.6.0/languages/csharp.min.js"></script>');
echo('<script src="/resources/HighlightJS/highlight.min.js"></script>');
}
?>
<script src="/resources/NibblePoker/js/nibblepoker.min.js"></script>