From 27224935c6034b3ac8abe34ac4bf289dc469cca0 Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Thu, 17 Oct 2013 09:39:15 -0700 Subject: [PATCH] Cherry-pick dcbed4f from jquery.webfonts upstream dcbed4f: Remove magic date from version query string Change-Id: I8cbce12916b67601db93dcbca63d9985b6b49717 --- lib/jquery.webfonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jquery.webfonts.js b/lib/jquery.webfonts.js index c089467d..c034348d 100644 --- a/lib/jquery.webfonts.js +++ b/lib/jquery.webfonts.js @@ -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';