Skip to content

Commit 2e6cac4

Browse files
author
Raanan Nevet
committed
added missing scheme in toastr urls
1 parent ded06c3 commit 2e6cac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/lendingbot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
3535

3636
<!-- toastr -->
37-
<script src="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
38-
<link href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" rel="stylesheet">
37+
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
38+
<link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" rel="stylesheet">
3939

4040
<script src="lendingbot.js?version=1" ></script>
4141

0 commit comments

Comments
 (0)