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 +}