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:
Diffstat (limited to 'tests/javascript/frameworks/prototype/prototype-1.6.0.js')
-rw-r--r--tests/javascript/frameworks/prototype/prototype-1.6.0.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/javascript/frameworks/prototype/prototype-1.6.0.js b/tests/javascript/frameworks/prototype/prototype-1.6.0.js
index 5c73462946..b09f73ba04 100644
--- a/tests/javascript/frameworks/prototype/prototype-1.6.0.js
+++ b/tests/javascript/frameworks/prototype/prototype-1.6.0.js
@@ -2171,7 +2171,6 @@ Element._attributeTranslations = {
}
};
-
if (!document.createRange || Prototype.Browser.Opera) {
Element.Methods.insert = function(element, insertions) {
element = $(element);