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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2016-01-20 05:45:28 +0300
committermattab <matthieu.aubry@gmail.com>2016-01-20 05:45:28 +0300
commit19600c30dd06c633da4a0b8568f8458babf3cf80 (patch)
tree48038e11fe25a94fd31c298bea29675d34a179a2 /tests/resources
parent13800af376dc9e35557ffb3b92075424725a0bef (diff)
Hide unsecure notification
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/screenshot-override/override.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/resources/screenshot-override/override.js b/tests/resources/screenshot-override/override.js
index 7113d0d134..054ff13de3 100644
--- a/tests/resources/screenshot-override/override.js
+++ b/tests/resources/screenshot-override/override.js
@@ -1,3 +1,5 @@
$(document).ready(function () {
$('.ui-inline-help:contains(UTC time is)').hide();
+
+ $('[notification-id=ControllerAdmin_HttpIsUsed]').hide();
}); \ No newline at end of file