summaryrefslogtreecommitdiff
path: root/src/1p-filters.html
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-08-11 15:29:14 -0400
committergorhill <rhill@raymondhill.net>2015-08-11 15:29:14 -0400
commit690421aead701cb3045c1d8913cb85d432e494c3 (patch)
tree3c3fb062385ce409240d224d19c84a378ce3dca8 /src/1p-filters.html
parenta7712116a78890924971b219ff49e75ef194cf00 (diff)
sync feature (#80): draft
Diffstat (limited to 'src/1p-filters.html')
-rw-r--r--src/1p-filters.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/1p-filters.html b/src/1p-filters.html
index 36fe3b83..83be0706 100644
--- a/src/1p-filters.html
+++ b/src/1p-filters.html
@@ -5,11 +5,14 @@
<title>uBlock — Your filters</title>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
+<link rel="stylesheet" type="text/css" href="css/cloud-ui.css">
<link rel="stylesheet" type="text/css" href="css/1p-filters.css">
</head>
<body>
+<div id="cloudWidget" class="hide" data-cloud-entry="myFiltersPane"></div>
+
<p data-i18n="1pFormatHint"></p>
<p><button id="userFiltersApply" class="important" type="button" disabled="true" data-i18n="1pApplyChanges"></button></p>
<textarea class="userFilters" id="userFilters" dir="auto" spellcheck="false"></textarea>
@@ -22,6 +25,7 @@
<script src="js/udom.js"></script>
<script src="js/i18n.js"></script>
<script src="js/dashboard-common.js"></script>
+<script src="js/cloud-ui.js"></script>
<script src="js/1p-filters.js"></script>
</body>