Cherry-pick dcbed4f from jquery.webfonts upstream
dcbed4f: Remove magic date from version query string <https://github.com/wikimedia/jquery.webfonts/commit/dcbed4f> Change-Id: I8cbce12916b67601db93dcbca63d9985b6b49717
This commit is contained in:
@@ -327,7 +327,7 @@
|
||||
|
||||
base = this.repository.base;
|
||||
version = fontconfig.version;
|
||||
versionSuffix = '?version=' + version + '&20120101';
|
||||
versionSuffix = '?version=' + version;
|
||||
fontFaceRule = '@font-face { font-family: \'' + fontFamily + '\';\n';
|
||||
userAgent = window.navigator.userAgent;
|
||||
fontStyle = fontconfig.fontstyle || 'normal';
|
||||
|
||||
Reference in New Issue
Block a user