Skip to content

Commit

Permalink
modify version number for files
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyao00 committed Sep 13, 2022
1 parent 723f26b commit 867ee80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions LDlink/LDlink-5.4.1.js → LDlink/LDlink-5.4.2.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $(document).ready(function() {
});

// Load news text from news.html to news-container div
$.get("news-5.4.1.html", function (data) {
$.get("news-5.4.2.html", function (data) {
let tmpData = data.split("<p>")
let i = 0;
var newsHTMLList = [];
Expand Down Expand Up @@ -1810,7 +1810,7 @@ function populateHeaderValues(event, numFiles, label) {
}

function loadHelp() {
$('#help-tab').load('help-5.4.1.html');
$('#help-tab').load('help-5.4.2.html');
}

function calculate(e) {
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions LDlink/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/media/css/jquery.dataTables.min.css" integrity="sha256-4vA/Qvj3cRozXbsauVemzsbGBdKSD4GVsVaaMjYTuRk=" crossorigin="anonymous">
<link rel="stylesheet" href="/common/css/style.css">
<link rel="stylesheet" href="/common/css/social.css">
<link rel="stylesheet" href="LDlink-5.4.1.css">
<link rel="stylesheet" href="LDlink-5.4.2.css">
</head>

<!-- <body class="d-flex flex-column vh-100" role="document"> -->
Expand Down Expand Up @@ -2835,7 +2835,7 @@ <h4 class="modal-title">Modal title</h4>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha256-Sk3nkD6mLTMOF0EOpNtsIry+s1CsaqQC1rVLTAy+0yc=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/output/knockout-latest.js" integrity="sha256-TwqMvYd1Dm109PGsukUkZ5vwLfsPCzY0YGG9eBMPBOE=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/knockout.mapping.js" integrity="sha256-TUlOKeuoLfKJnB2YhKMgopAf5JurOPSCdfqw0jBlkXw=" crossorigin="anonymous"></script>
<script type="text/javascript" src="LDlink-5.4.1.js"></script>
<script type="text/javascript" src="LDlink-5.4.2.js"></script>
<script type="text/javascript" src="/common/js/purify.js"></script>
<script type="text/javascript" src="/common/js/bootstrap-multiselect.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.browser.min.js" integrity="sha256-Rr2aTI0oGDN2yUVggLBqR2hq8L33245rgO7SdZXj3po=" crossorigin="anonymous"></script>
Expand Down
2 changes: 1 addition & 1 deletion LDlink/news-5.4.1.html → LDlink/news-5.4.2.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p><b>LDlink 5.4.2 Release (09/01/2022)</b></p>
<p><b>LDlink 5.4.2 Release (09/13/2022)</b></p>
<ul>
<li>Fix the output format for LDpair. It should be text file for api call</li>
</ul>
Expand Down

0 comments on commit 867ee80

Please sign in to comment.