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:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user