Replace unsecure links with https ones

This commit is contained in:
rejas
2020-04-28 23:05:28 +02:00
parent 3c54d4af15
commit e7fc4ef1e7
52 changed files with 83 additions and 83 deletions

View File

@@ -3,7 +3,7 @@
/* Magic Mirror
* Module: alert
*
* By Paul-Vincent Roll http://paulvincentroll.com
* By Paul-Vincent Roll https://paulvincentroll.com/
* MIT Licensed.
*/
Module.register("alert",{

View File

@@ -1,4 +1,4 @@
/* Based on work by http://tympanus.net/codrops/licensing/ */
/* Based on work by https://tympanus.net/codrops/licensing/ */
.ns-box {
background-color: rgba(0, 0, 0, 0.93);

View File

@@ -2,13 +2,13 @@
* Based on work by
*
* notificationFx.js v1.0.0
* http://www.codrops.com
* https://tympanus.net/codrops/
*
* Licensed under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* https://opensource.org/licenses/mit-license.php
*
* Copyright 2014, Codrops
* http://www.codrops.com
* https://tympanus.net/codrops/
*/
(function(window) {