mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
690d2996ea
commit
1687d63199
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ function play_qt_file(obj)
|
||||||
|
|
||||||
if (rectangle)
|
if (rectangle)
|
||||||
{
|
{
|
||||||
rectangle = rectangle.split(',')
|
rectangle = rectangle.split(',');
|
||||||
var x1 = parseInt(rectangle[0]);
|
var x1 = parseInt(rectangle[0]);
|
||||||
var x2 = parseInt(rectangle[2]);
|
var x2 = parseInt(rectangle[2]);
|
||||||
var y1 = parseInt(rectangle[1]);
|
var y1 = parseInt(rectangle[1]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue