From d4789499acb3779a6d400b084cb765ab045ebdd0 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 9 Sep 2014 08:13:07 -0400 Subject: [PATCH] let go of abp in naming --- background.html | 4 ++-- js/{abp-hide-filters.js => cosmetic-filters.js} | 0 js/{abp-filters.js => net-filters.js} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename js/{abp-hide-filters.js => cosmetic-filters.js} (100%) rename js/{abp-filters.js => net-filters.js} (100%) diff --git a/background.html b/background.html index ce82bbed2..a795ee143 100644 --- a/background.html +++ b/background.html @@ -13,8 +13,8 @@ - - + + diff --git a/js/abp-hide-filters.js b/js/cosmetic-filters.js similarity index 100% rename from js/abp-hide-filters.js rename to js/cosmetic-filters.js diff --git a/js/abp-filters.js b/js/net-filters.js similarity index 100% rename from js/abp-filters.js rename to js/net-filters.js