mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Load Hyphenator.js patterns locally
This commit is contained in:
parent
450076313d
commit
a2c640f78e
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ var Hyphenator = (function (window) {
|
||||||
while (!!t) {
|
while (!!t) {
|
||||||
if (!!t.src) {
|
if (!!t.src) {
|
||||||
src = t.src;
|
src = t.src;
|
||||||
p = src.indexOf('Hyphenator.js');
|
p = src.indexOf('hyphenator.js');
|
||||||
if (p !== -1) {
|
if (p !== -1) {
|
||||||
r = src.substring(0, p);
|
r = src.substring(0, p);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue