From 731d1738aaf58e62f6afefbc6ce4a0b7f1186d72 Mon Sep 17 00:00:00 2001 From: Nicholas Cerminara Date: Mon, 12 Jan 2015 23:21:33 -0500 Subject: [PATCH] added https --- src/scotchPanels.js | 2 +- website/power.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scotchPanels.js b/src/scotchPanels.js index b614629..2c51b52 100644 --- a/src/scotchPanels.js +++ b/src/scotchPanels.js @@ -272,7 +272,7 @@ // YouTube Logic if (panel.settings.type == 'video' && panel.settings.youtubeID) { - panel.append('
'); + panel.append('
'); // Update Panel Height if top or bottom if (panel.settings.direction == 'top' || panel.settings.direction == 'bottom') { diff --git a/website/power.js b/website/power.js index fa76cc0..80ec5c1 100644 --- a/website/power.js +++ b/website/power.js @@ -26,7 +26,7 @@ $(function() { containerSelector: '#direction-content .content', direction: 'top', type: 'iframe', - iframeURL: 'http://scotch.io', + iframeURL: 'https://scotch.io', clickSelector: '#direction-content .arrows .top, .toggle-direction-content-iframe', touchSelector: '#direction-content .arrows .top, .toggle-direction-content-iframe' }); @@ -34,7 +34,7 @@ $(function() { containerSelector: '#direction-content .content', direction: 'bottom', type: 'image', - imageURL: 'http://scotch.io/wp-content/themes/scotch-twentyfive/img/about-holly.jpg', + imageURL: 'https://scotch.io/wp-content/themes/scotch-twentyfive/img/about-holly.jpg', clickSelector: '#direction-content .arrows .bottom, .toggle-direction-content-image', touchSelector: '#direction-content .arrows .bottom, .toggle-direction-content-image' });