Skip to content
Open
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
2 changes: 1 addition & 1 deletion basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>CloudSponge Basic Installation</title>
<!-- you can delete everything above this comment, it's just here to make the helper pretty. -->

<script src="//api.cloudsponge.com/widget/localhost-only.js"></script>
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
<script type="text/javascript">
// this is where you can configure the behavior and style of the widget
// http://www.cloudsponge.com/developer/#the-contact-importer-widget
Expand Down
2 changes: 1 addition & 1 deletion csv.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>CloudSponge Basic Installation</title>
<!-- you can delete everything above this comment, it's just here to make the helper pretty. -->

<script src="//api.cloudsponge.com/widget/localhost-only.js"></script>
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>

<script type="text/javascript">
cloudsponge.init({
Expand Down
2 changes: 1 addition & 1 deletion deep-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>CloudSponge Deep Link Installation</title>
<!-- you can delete everything above this comment, it's just here to make the helper pretty. -->

<script src="//api.cloudsponge.com/widget/localhost-only.js"></script>
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
<script type="text/javascript">
// this is where you can configure the behavior and style of the widget
// http://www.cloudsponge.com/developer/#the-contact-importer-widget
Expand Down
2 changes: 1 addition & 1 deletion mailto-killer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>CloudSponge Mailto Killer</title>
<!-- you can delete everything above this comment, it's just here to make the helper pretty. -->

<script src="//api.cloudsponge.com/widget/localhost-only.js"></script>
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
<script>
cloudsponge.init({
browserContactCacheMin: 3600,
Expand Down
2 changes: 1 addition & 1 deletion spartan.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>CloudSponge Basic Installation</title>
<!-- you can delete everything above this comment, it's just here to make the helper pretty. -->

<script src="//api.cloudsponge.com/widget/localhost-only.js"></script>
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
<script type="text/javascript">
// this is where you can configure the behavior and style of the widget
// http://www.cloudsponge.com/developer/#the-contact-importer-widget
Expand Down