aboutsummaryrefslogtreecommitdiffstats
path: root/src/1p-filters.html
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2014-12-31 17:26:17 -0500
committergorhill <rhill@raymondhill.net>2014-12-31 17:26:17 -0500
commit3c941f8309c56287092b2422c1197f0fbd30f687 (patch)
treedd3a379989edd175e11e449829cd34b2561bc82e /src/1p-filters.html
parentceaf920cffacb3b611179a185d76faff075b1d58 (diff)
downloaduBlock-3c941f8309c56287092b2422c1197f0fbd30f687.zip
uBlock-3c941f8309c56287092b2422c1197f0fbd30f687.tar.gz
uBlock-3c941f8309c56287092b2422c1197f0fbd30f687.tar.bz2
another round of work re dynamic filtering
Diffstat (limited to 'src/1p-filters.html')
-rw-r--r--src/1p-filters.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/1p-filters.html b/src/1p-filters.html
index 8425d6e..606d36d 100644
--- a/src/1p-filters.html
+++ b/src/1p-filters.html
@@ -12,10 +12,11 @@
<div>
<p data-i18n="1pFormatHint"></p>
- <p><button id="importUserFiltersFromFile" data-i18n="1pImport"></button> &emsp; <button id="exportUserFiltersToFile" data-i18n="1pExport"></button></p>
- <input id="importFilePicker" type="file" accept="text/plain" class="hiddenFileInput">
- <textarea class="userFilters" id="userFilters" dir="auto" spellcheck="false"></textarea>
<p><button id="userFiltersApply" disabled="true" data-i18n="1pApplyChanges"></button></p>
+ <textarea class="userFilters" id="userFilters" dir="auto" spellcheck="false"></textarea>
+ <p><button id="importUserFiltersFromFile" data-i18n="1pImport"></button> &emsp;
+ <button id="exportUserFiltersToFile" data-i18n="1pExport"></button>
+ <input id="importFilePicker" type="file" accept="text/plain" class="hiddenFileInput"></p>
</div>
<script src="js/vapi-common.js"></script>