mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Load hyphenator scripts from https: (fixes #305)
This commit is contained in:
parent
7a65179991
commit
40ea86dfa8
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue