Load hyphenator scripts from https: (fixes #305)
This commit is contained in:
parent
7a65179991
commit
40ea86dfa8
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user