forked from 0x2620/pandora
SCROLLBAR_SIZE -> UI.SCROLLBAR_SIZE
This commit is contained in:
parent
ae9d2768c9
commit
bd190b4695
25 changed files with 62 additions and 62 deletions
|
|
@ -154,7 +154,7 @@ pandora.ui.contactForm = function() {
|
|||
pandora.$ui.siteDialog
|
||||
? parseInt(pandora.$ui.siteDialog.css('width'))
|
||||
: Math.round(window.innerWidth * 0.75)
|
||||
) - 304 - Ox.SCROLLBAR_SIZE, 512);
|
||||
) - 304 - Ox.UI.SCROLLBAR_SIZE, 512);
|
||||
}
|
||||
|
||||
that.resizeElement = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue