Skip to content

Commit

Permalink
Merge pull request #154 from sarapis:feedback-changes
Browse files Browse the repository at this point in the history
Add https to cdn
  • Loading branch information
d9it committed Mar 21, 2024
2 parents 90438bb + 99172a3 commit 454b2c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions resources/views/frontEnd/contacts/show.blade.php
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
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
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>

0 comments on commit 454b2c7

Please sign in to comment.