1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Really minor, technically it's not a bug. Just looks odd.

#13767


git-svn-id: file:///svn/phpbb/trunk@7935 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2007-07-24 14:28:57 +00:00
parent 690d2996ea
commit 1687d63199

View File

@@ -229,7 +229,7 @@ function play_qt_file(obj)
if (rectangle)
{
rectangle = rectangle.split(',')
rectangle = rectangle.split(',');
var x1 = parseInt(rectangle[0]);
var x2 = parseInt(rectangle[2]);
var y1 = parseInt(rectangle[1]);