Skip to content

Commit

Permalink
bootstrap update to v.4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Švec committed Feb 3, 2021
1 parent 1f816a4 commit 62792e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/includes/web_functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ function render_header($title="",$menu=TRUE) {
<TITLE><?php print "$title"; ?></TITLE>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</HEAD>
<BODY>
<?php
Expand Down

0 comments on commit 62792e4

Please sign in to comment.