From 40ea86dfa873769276bcf3ae4cf04e35bad2ba42 Mon Sep 17 00:00:00 2001 From: Saivann Date: Fri, 31 Jan 2014 10:48:30 -0500 Subject: [PATCH] Load hyphenator scripts from https: (fixes #305) --- js/hyphenator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/hyphenator.js b/js/hyphenator.js index 3a969c55..6f1144e1 100644 --- a/js/hyphenator.js +++ b/js/hyphenator.js @@ -185,7 +185,7 @@ var Hyphenator = (function (window) { i += 1; t = s[i]; } - return !!r ? r : 'http://hyphenator.googlecode.com/svn/trunk/'; + return !!r ? r : 'https://hyphenator.googlecode.com/svn/trunk/'; }()), /** @@ -2769,4 +2769,4 @@ if (Hyphenator.isBookmarklet()) { Hyphenator.config({displaytogglebox: true, intermediatestate: 'visible', doframes: true, useCSS3hyphenation: true}); Hyphenator.config(Hyphenator.getConfigFromURI()); Hyphenator.run(); -} \ No newline at end of file +}