forked from 0x2620/pandora
catch another global var
This commit is contained in:
parent
f86fbf20db
commit
9a29f6cc32
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ pandora.ui.contactForm = function() {
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.appendTo(that);
|
.appendTo(that),
|
||||||
|
|
||||||
$text = $('<div>')
|
$text = $('<div>')
|
||||||
.css({width: width + 'px'})
|
.css({width: width + 'px'})
|
||||||
|
|
Loading…
Reference in a new issue