Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
garrying committed Jun 5, 2024
1 parent e5c7b5c commit f0d8141
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion assignments/news-feed-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3 class="article-source">${article.source.name}</h3>
</template>

<!-- jQuery is required to retrieve the articles -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion assignments/weather-feed-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="weather-details">
</template>

<!-- jQuery is required to retrieve the weather data -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
5 changes: 1 addition & 4 deletions examples/example-2-layout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ <h2 class="grid-item-header">Catalogue and Programme</h2>
</div>

<!-- End of article body-->
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>
5 changes: 1 addition & 4 deletions examples/example-3-events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ <h2 class="grid-item-header">Catalogue and Programme</h2>
</div>

<!-- End of article body-->
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>
3 changes: 1 addition & 2 deletions examples/example-5-data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ <h1 class="logo-text">
</div>

<!-- End of article body-->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>
5 changes: 1 addition & 4 deletions examples/example-6-forms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ <h1 class="logo">Message Demo</h1>
</form>
</div>
<div class="message-feed"></div>
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>

0 comments on commit f0d8141

Please sign in to comment.