From 34efe28fbb21c32e8d631718b77c963e638258d0 Mon Sep 17 00:00:00 2001 From: Paul Rodwell Date: Tue, 18 Dec 2018 20:29:33 +0000 Subject: [PATCH 1/2] enable scrollbars --- client/security.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/security.coffee b/client/security.coffee index 9ded753..1f73465 100644 --- a/client/security.coffee +++ b/client/security.coffee @@ -93,7 +93,7 @@ update_footer = (ownerName, isAuthenticated) -> w = WinChan.open({ url: settings.dialogAddAltURL 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: {} }, (err, r) -> if err @@ -142,7 +142,7 @@ update_footer = (ownerName, isAuthenticated) -> w = WinChan.open({ url: settings.dialogURL 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: {} }, (err, r) -> if err From bf15166ce471ec5617a1edf23b930f93c8862feb Mon Sep 17 00:00:00 2001 From: Paul Rodwell Date: Tue, 18 Dec 2018 20:30:14 +0000 Subject: [PATCH 2/2] make the window taller when google is selected --- server/social.coffee | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/server/social.coffee b/server/social.coffee index b3bf2e0..b57628e 100644 --- a/server/social.coffee +++ b/server/social.coffee @@ -319,7 +319,16 @@ module.exports = exports = (log, loga, argv) -> switch scheme when "twitter" then schemeButtons.push({button: ""}) when "github" then schemeButtons.push({button: "Github"}) - when "google" then schemeButtons.push({button: "Google"}) + when "google" + schemeButtons.push({button: "Google + "}) + info = { wikiName: cookies['wikiName']