Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJan Kunzmann <jan-github@phobia.de>2019-01-31 03:00:29 +0300
committerJan Kunzmann <jan-github@phobia.de>2019-01-31 03:04:19 +0300
commit09a751671ccce1ca092c29ef7252781205931fa9 (patch)
tree9c0d1084ef1418973566a72ffa08edc66737e878 /js
parent6e556f51bcc39a8d9da385872637e3edd96fbe20 (diff)
Notify admin if a content blocker affects settings form
Diffstat (limited to 'js')
-rw-r--r--js/settings/admin.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/settings/admin.js b/js/settings/admin.js
index cf5c94f..6a577e7 100644
--- a/js/settings/admin.js
+++ b/js/settings/admin.js
@@ -1,6 +1,8 @@
/* global OCP, OC */
$(function() {
+ $('#piwikAdblockerWarning').hide();
+
function showRequestResult(element, result) {
if (element.attr('type') === 'checkbox') {
element = $('label[for="' + element.attr('id') + '"]');