Skip to content
Snippets Groups Projects
Commit 87c55faf authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

Revert "Biest 748"

This reverts commit 53862162.
parent 92e6478e
No related branches found
No related tags found
No related merge requests found
......@@ -174,11 +174,6 @@ function poll(forced) {
$(this).dialog('close');
};
var dialogwidth = '50%';
if ($('html').is('.responsive-display')) {
dialogwidth = '85%';
}
$('<div>')
.html(message)
.css({
......@@ -186,13 +181,11 @@ function poll(forced) {
padding: '2em 0'
})
.dialog({
width: dialogwidth,
width: '50%',
modal: true,
buttons: buttons,
title: $gettext('Sie sind nicht mehr im System angemeldet.')
});
$('.ui-dialog-title').css('white-space', 'unset');
} else {
registerNextPoll();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment