enable scrollbars
This commit is contained in:
@ -93,7 +93,7 @@ update_footer = (ownerName, isAuthenticated) ->
|
|||||||
w = WinChan.open({
|
w = WinChan.open({
|
||||||
url: settings.dialogAddAltURL
|
url: settings.dialogAddAltURL
|
||||||
relay_url: settings.relayURL
|
relay_url: settings.relayURL
|
||||||
window_features: "menubar=0, location=0, resizable=0, scrollbars=0, status=0, dialog=1, width=700, height=375"
|
window_features: "menubar=0, location=0, resizable=0, scrollbars=1, status=0, dialog=1, width=700, height=375"
|
||||||
params: {}
|
params: {}
|
||||||
}, (err, r) ->
|
}, (err, r) ->
|
||||||
if err
|
if err
|
||||||
@ -142,7 +142,7 @@ update_footer = (ownerName, isAuthenticated) ->
|
|||||||
w = WinChan.open({
|
w = WinChan.open({
|
||||||
url: settings.dialogURL
|
url: settings.dialogURL
|
||||||
relay_url: settings.relayURL
|
relay_url: settings.relayURL
|
||||||
window_features: "menubar=0, location=0, resizable=0, scrollbars=0, status=0, dialog=1, width=700, height=375"
|
window_features: "menubar=0, location=0, resizable=0, scrollbars=1, status=0, dialog=1, width=700, height=375"
|
||||||
params: {}
|
params: {}
|
||||||
}, (err, r) ->
|
}, (err, r) ->
|
||||||
if err
|
if err
|
||||||
|
Reference in New Issue
Block a user