Skip to content

Commit

Permalink
Fix outdated script and stylesheet references in manual primer entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Dec 3, 2021
1 parent 012edd8 commit 7505d24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/primer-design/web/manualPrimerEntry.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script> -->
<script src="bootstrap-4.1.3/dist/js/bootstrap.min.js"></script>
<script src="./web/js/manualPrimerEntry.js"></script>
<script src="../../../docs/bin/bootstrap-4.4.1-dist/js/bootstrap.min.js"></script>
<script src="./js/manualPrimerEntry.js"></script>
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous"> -->
<link rel="stylesheet" href="bootstrap-4.1.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="../../../docs/bin/bootstrap-4.4.1-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./web/css/manualPrimerEntry.css">
<link rel="stylesheet" type="text/css" href="./css/manualPrimerEntry.css">
</head>
<body onload="populateOnLoad()">
<h3 id="page-title"></h3>
Expand Down

0 comments on commit 7505d24

Please sign in to comment.