Browse Source

:sunglasses: fix SSL for music page

windhamdavid 6 years ago
parent
commit
37229d2a39
2 changed files with 3 additions and 3 deletions
  1. 2 2
      js/fm.js
  2. 1 1
      page-music.php

+ 2 - 2
js/fm.js

@@ -638,7 +638,7 @@ $(function(){
 amplitude_config = {
 	"amplitude_songs": [
 		{
-			"url": "http://code.davidawindham.com:8008/stream",
+			"url": "https://stream.davidawindham.com/stream",
 			"live": true
 		}
 	],
@@ -661,7 +661,7 @@ function get_radio_eq_none() {
 function radioTitle() {
 	$('#radio').attr('src', get_radio_none()).fadeIn(300);
 	$('#eq').attr('src', get_radio_eq_none()).fadeIn(300);
-    var url = 'http://code.davidawindham.com:8008/status2.xsl';
+    var url = 'https://stream.davidawindham.com/status2.xsl';
     var mountpoint = '/stream';
     $.ajax({ type: 'GET',
           url: url,

+ 1 - 1
page-music.php

@@ -11,7 +11,7 @@ get_header(); ?>
 			<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 				<div id="music" class="entry-content">
 					<div class="row">
-						<div class="col-sm-12">							
+						<div class="col-sm-12">						
 							<div class="row">
 								<div class="col-sm-8 col-sm-offset-2">
 									<div class="panel panel-default">