Skip to content

Commit

Permalink
Merge pull request #4651 from ccnmtl/bootstrap-4.6.2
Browse files Browse the repository at this point in the history
⬆️ bootstrap 4.6.2
  • Loading branch information
ndittren authored Oct 3, 2022
2 parents 2e14a64 + aa7ad37 commit 8668729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mediathread/templates/base_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<script src='{% static "jquery/js/jquery-3.6.0.min.js" %}'></script>

<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>

<link href="https://fonts.googleapis.com/css?family=Montserrat|Montserrat:bold|Open+Sans|Open+Sans:bold" rel="stylesheet">

Expand Down Expand Up @@ -55,7 +55,7 @@

<script src='{% static 'js/app/extension_updater.js' %}'></script>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">


<link rel="stylesheet" href="{% static 'jquery/css/jquery-ui.min.css' %}" media="screen" />
Expand Down

0 comments on commit 8668729

Please sign in to comment.