Load hyphenator scripts from https: (fixes #305)

This commit is contained in:
Saivann 2014-01-31 10:48:30 -05:00
parent 7a65179991
commit 40ea86dfa8

View file

@ -185,7 +185,7 @@ var Hyphenator = (function (window) {
i += 1; i += 1;
t = s[i]; 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({displaytogglebox: true, intermediatestate: 'visible', doframes: true, useCSS3hyphenation: true});
Hyphenator.config(Hyphenator.getConfigFromURI()); Hyphenator.config(Hyphenator.getConfigFromURI());
Hyphenator.run(); Hyphenator.run();
} }