From: Daniel Kahn Gillmor Date: Thu, 7 Mar 2019 20:40:39 +0000 (-0500) Subject: modules/http: rename dygraph-combined.js to dygraph.min.js to match upstream X-Git-Tag: v4.0.0~23^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd359a044ce0882d324f157a46f733072f1367f;p=thirdparty%2Fknot-resolver.git modules/http: rename dygraph-combined.js to dygraph.min.js to match upstream Since dygraph version 2.0.0, upstream dygraph has been calling their shipped files dygraph.min.js (see http://dygraphs.com/download.html). Use the standard upstream name. --- diff --git a/modules/http/http.lua.in b/modules/http/http.lua.in index d36d83e75..86736be32 100644 --- a/modules/http/http.lua.in +++ b/modules/http/http.lua.in @@ -54,7 +54,7 @@ local pages = { 'd3.js', 'topojson.js', 'datamaps.world.min.js', - 'dygraph-combined.js', + 'dygraph.min.js', 'selectize.min.js', 'selectize.min.css', 'selectize.bootstrap3.min.css', diff --git a/modules/http/static/dygraph-combined.js b/modules/http/static/dygraph.min.js similarity index 100% rename from modules/http/static/dygraph-combined.js rename to modules/http/static/dygraph.min.js diff --git a/modules/http/static/main.tpl b/modules/http/static/main.tpl index e4eebbd3c..d05522cb5 100644 --- a/modules/http/static/main.tpl +++ b/modules/http/static/main.tpl @@ -9,7 +9,7 @@ - +