From 82f547c9fb9093bef3a549b5fdf5fd5a31211415 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 17 Aug 2022 09:48:41 +0200 Subject: [PATCH] More consistent naming --- pdns/recursordist/html/index.html | 2 +- pdns/recursordist/html/js/{d3-min.js => d3.v3-min.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pdns/recursordist/html/js/{d3-min.js => d3.v3-min.js} (100%) diff --git a/pdns/recursordist/html/index.html b/pdns/recursordist/html/index.html index 4688255da9..18cbf298bb 100644 --- a/pdns/recursordist/html/index.html +++ b/pdns/recursordist/html/index.html @@ -2,7 +2,7 @@ - + diff --git a/pdns/recursordist/html/js/d3-min.js b/pdns/recursordist/html/js/d3.v3-min.js similarity index 100% rename from pdns/recursordist/html/js/d3-min.js rename to pdns/recursordist/html/js/d3.v3-min.js -- 2.47.2