Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add https to cdn #154

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/views/frontEnd/contacts/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@
</div>
</div>

<script type="text/javascript" src="http://sliptree.github.io/bootstrap-tokenfield/dist/bootstrap-tokenfield.js">
<script type="text/javascript" src="https://sliptree.github.io/bootstrap-tokenfield/dist/bootstrap-tokenfield.js">
</script>
<script type="text/javascript"
src="http://sliptree.github.io/bootstrap-tokenfield/docs-assets/js/typeahead.bundle.min.js"></script>
src="https://sliptree.github.io/bootstrap-tokenfield/docs-assets/js/typeahead.bundle.min.js"></script>

<script>
</script>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/frontEnd/locations/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -594,10 +594,10 @@ class="btn btn-raised btn-lg btn_darkblack waves-effect waves-classic">Close</bu
</div>
</div>

<script type="text/javascript" src="http://sliptree.github.io/bootstrap-tokenfield/dist/bootstrap-tokenfield.js">
<script type="text/javascript" src="https://sliptree.github.io/bootstrap-tokenfield/dist/bootstrap-tokenfield.js">
</script>
<script type="text/javascript"
src="http://sliptree.github.io/bootstrap-tokenfield/docs-assets/js/typeahead.bundle.min.js"></script>
src="https://sliptree.github.io/bootstrap-tokenfield/docs-assets/js/typeahead.bundle.min.js"></script>

<script>
var tag_source = <?php print_r(json_encode($existing_tags)) ?>;
Expand Down
11 changes: 6 additions & 5 deletions resources/views/layouts/style.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
<meta property="og:title" content="Join the best company in the world!" />
<meta property="og:url" content="http://www.sharethis.com" />
<meta property="og:image" content="http://sharethis.com/images/logo.jpg" />
<meta property="og:description" content="ShareThis is its people. It's imperative that we hire smart,innovative people who can work intelligently as we continue to disrupt the very category we created. Come join us!" />
<meta property="og:description"
content="ShareThis is its people. It's imperative that we hire smart,innovative people who can work intelligently as we continue to disrupt the very category we created. Come join us!" />
<meta property="og:site_name" content="ShareThis" />
<script type='text/javascript' src='{{ env('SHARETHIS_ACTIVATE')}}' async='async'></script>
<script type='text/javascript' src='{{ env(' SHARETHIS_ACTIVATE')}}' async='async'></script>
<title>@yield('title')| {{ $layout->site_name }}</title>
<link rel="apple-touch-icon" href="../../frontend/assets/images/apple-touch-icon.png">
<link rel="shortcut icon" href="../../frontend/assets/images/favicon.ico">
Expand Down Expand Up @@ -48,8 +49,8 @@
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.1/css/bootstrap-select.css" />


<link href="http://sliptree.github.io/bootstrap-tokenfield/dist/css/tokenfield-typeahead.css" rel="stylesheet">
<link href="http://sliptree.github.io/bootstrap-tokenfield/dist/css/bootstrap-tokenfield.css" rel="stylesheet">
<link href="https://sliptree.github.io/bootstrap-tokenfield/dist/css/tokenfield-typeahead.css" rel="stylesheet">
<link href="https://sliptree.github.io/bootstrap-tokenfield/dist/css/bootstrap-tokenfield.css" rel="stylesheet">

<!-- Fonts -->
<link rel="stylesheet" href="../../../../frontend/global/fonts/web-icons/web-icons.css">
Expand Down Expand Up @@ -446,4 +447,4 @@ function initMap() {
display: inline-block;
}
</style>
</head>
</head>