You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joomla! 3.7.3 T3 Framework 2.6.6 T3 Bs3 Blank 2.2.6
Problem
I'm getting following output on one of my pages:
Input_0:112: ERROR - "arguments.callee" cannot be used in strict mode
if(arguments.callee &&
^^^^^^^^^^^^^^^^
Input_0:113: ERROR - "arguments.callee" cannot be used in strict mode
arguments.callee.caller &&
^^^^^^^^^^^^^^^^
Input_0:114: ERROR - "arguments.callee" cannot be used in strict mode
arguments.callee.caller.toString().indexOf('isPropagationStopped') !== -1){ //jquery mark
^^^^^^^^^^^^^^^^
Input_0:122: ERROR - "arguments.callee" cannot be used in strict mode
if(arguments.callee &&
^^^^^^^^^^^^^^^^
Input_0:123: ERROR - "arguments.callee" cannot be used in strict mode
arguments.callee.caller &&
^^^^^^^^^^^^^^^^
Input_0:124: ERROR - "arguments.callee" cannot be used in strict mode
arguments.callee.caller.toString().indexOf('isPropagationStopped') !== -1){ //jquery mark
^^^^^^^^^^^^^^^^
Input_0:132: ERROR - "arguments.callee" cannot be used in strict mode
if(arguments.callee &&
^^^^^^^^^^^^^^^^
Input_0:133: ERROR - "arguments.callee" cannot be used in strict mode
arguments.callee.caller &&
^^^^^^^^^^^^^^^^
Input_0:134: ERROR - "arguments.callee" cannot be used in strict mode
arguments.callee.caller.toString().indexOf('isPropagationStopped') !== -1){ //jquery mark
^^^^^^^^^^^^^^^^
It's coming from /plugins/system/t3/base-bs3/js/script.js.
The page with this output is the only one where an iframe is embedded.
Could it be that the scripts interfere? But how?
My workaround for now is to comment out those lines.
I added console.logs but they don't appear in the dev tools.
So I asume it's okay for now!?
The text was updated successfully, but these errors were encountered:
Setup
Joomla! 3.7.3
T3 Framework 2.6.6
T3 Bs3 Blank 2.2.6
Problem
I'm getting following output on one of my pages:
It's coming from
/plugins/system/t3/base-bs3/js/script.js
.The page with this output is the only one where an iframe is embedded.
Could it be that the scripts interfere? But how?
My workaround for now is to comment out those lines.
I added
console.log
s but they don't appear in the dev tools.So I asume it's okay for now!?
The text was updated successfully, but these errors were encountered: