0
Hello,
I have an error that appears in the Console tab of Chrome, only in my affiliate-panel page. I am on joomla 3.5.1 and PHP 7.0.4. The error is:
Error: Uncaught TypeError: e is not a function, (anonymous function) @ bootstrap.min.js:8
The related file/code in console is:
---------------------------------------------------------------------------------
!function(e) {
"use strict";
e(function() {
e.support.transition = function() {
var e = function() { <-----------------------------Error Source Points Here----
var e = document.createElement("bootstrap"), t = {
WebkitTransition: "webkitTransitionEnd",
MozTransition: "transitionend",
OTransition: "oTransitionEnd otransitionend",
transition: "transitionend"
}, n;
for (n in t)
if (e.style[n] !== undefined)
return t[n]
}();
return e && {
end: e
}
}()
})
---------------------------------------------------------------------------------
Could you please let me know what the problem seems to be? Is this something that can be fixed on your side?
Thank you,
George
I have an error that appears in the Console tab of Chrome, only in my affiliate-panel page. I am on joomla 3.5.1 and PHP 7.0.4. The error is:
Error: Uncaught TypeError: e is not a function, (anonymous function) @ bootstrap.min.js:8
The related file/code in console is:
---------------------------------------------------------------------------------
!function(e) {
"use strict";
e(function() {
e.support.transition = function() {
var e = function() { <-----------------------------Error Source Points Here----
var e = document.createElement("bootstrap"), t = {
WebkitTransition: "webkitTransitionEnd",
MozTransition: "transitionend",
OTransition: "oTransitionEnd otransitionend",
transition: "transitionend"
}, n;
for (n in t)
if (e.style[n] !== undefined)
return t[n]
}();
return e && {
end: e
}
}()
})
---------------------------------------------------------------------------------
Could you please let me know what the problem seems to be? Is this something that can be fixed on your side?
Thank you,
George
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »