D
Digitall
In NameOfWebPage_files, there is frameset.js.
In this file on 116th row
change "if (e != null && e.ctrlKey && frmToolbar.widgets
&& frmToolbar.widgets.Details)" to
"if (e != null && frmToolbar.widgets &&
frmToolbar.widgets.Details)".
In this file on 116th row
change "if (e != null && e.ctrlKey && frmToolbar.widgets
&& frmToolbar.widgets.Details)" to
"if (e != null && frmToolbar.widgets &&
frmToolbar.widgets.Details)".