From 351b795a9b71d6734d9bebb45e3950d2750ec404 Mon Sep 17 00:00:00 2001
From: Christophe HENRY
Date: Sun, 8 Dec 2013 16:00:23 +0100
Subject: [PATCH 1/2] Fixes wrong display of "whitelist" and "blacklist"
By default, the behavior is to use a blacklist as all contents are
allowed. But at that time, it's "whitelist" which is displayed instead
of blacklist. I clicked on the radio buttons (for flash and images) the title turned to
"blacklist", instead of "whitelist".
---
adblock.plugin.disabled.php | 4 ++--
js/adblock_plugin_js.js | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/adblock.plugin.disabled.php b/adblock.plugin.disabled.php
index 32f4624..50e5afe 100755
--- a/adblock.plugin.disabled.php
+++ b/adblock.plugin.disabled.php
@@ -198,7 +198,7 @@ function adblock_plugin_setting_bloc(&$myUser) {