Project

General

Profile

Actions

Bug #15432

closed

Javascript Warning

Added by Stefan Geith almost 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2006-01-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Javascript warnings on every page:
Warnung: assignment to undeclared variable browserName
Warnung: assignment to undeclared variable browserVer
Warnung: assignment to undeclared variable version

This comes from class.tslib_pagegen.php, lines 717+

Should be easy to fix - these lines:
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
...
should be changed to
var browserName = navigator.appName;
var browserVer = parseInt(navigator.appVersion);
var version = "";
...

(issue imported from #M2293)


Files

class.tslib_pagegen.php.diff (498 Bytes) class.tslib_pagegen.php.diff Administrator Admin, 2006-01-18 19:53
Actions

Also available in: Atom PDF