Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clock if authentication is enabled #4860

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Update hashauth.js
  • Loading branch information
GermanBluefox committed Aug 7, 2019
commit ccad0811a870a6f90946fddf555660a01b3a881a
2 changes: 1 addition & 1 deletion lib/hashauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ hashauth.init = function init(client, $) {
var translate = client.translate;
hashauth.injectHtml();
$( '#requestauthenticationdialog' ).dialog({
width: 400
width: 400
, height: 270
, closeText: ''
Copy link
Contributor Author

@GermanBluefox GermanBluefox Aug 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make an auth dialog a little bit bigger, because in other languages the text is longer and scroll bars appear.

, buttons: [
Expand Down