Fixed bug #559815 - Javascript problem with Opera
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
function confirmLink(theLink, theSqlQuery)
|
||||
{
|
||||
// Confirmation is not required in the configuration file
|
||||
if (confirmMsg == '') {
|
||||
// or browser is Opera (crappy js implementation)
|
||||
if (confirmMsg == '' || typeof(window.opera) != 'undefined') {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user