We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0a6a87 + 12f0ecb commit 4cdea3fCopy full SHA for 4cdea3f
1 file changed
lib/plugin.php
@@ -46,7 +46,7 @@ function pasteAssets(){
46
<script type="text/javascript">'. file_get_contents(dirname(__FILE__).DS.'..'.DS.'assets'.DS.'module.js') . '</script>
47
<style type="text/css">' . file_get_contents(dirname(__FILE__).DS.'..'.DS.'assets'.DS.'style.css') . '</style>
48
<style type="text/css">' . file_get_contents(dirname(__FILE__).DS.'..'.DS.'assets'.DS.'bootstrap.min.css') . '</style>
49
- <link href="http://fonts.googleapis.com/css?family=Oswald:700,400&subset=latin,latin-ext" rel="stylesheet" type="text/css">
+ <link href="//fonts.googleapis.com/css?family=Oswald:700,400&subset=latin,latin-ext" rel="stylesheet" type="text/css">
50
';
51
}
52
0 commit comments