Flag order

This commit is contained in:
Belen Curcio
2017-01-30 16:37:00 -03:00
parent f5dc5ed8b7
commit 019e2a4fa9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ hr {
.commentStream {
/* prevent absolutely positioned final permalink popover from being clipped */
padding-bottom: 50px;
min-height: 500px;
min-height: 600px;
position: relative;
}
+2 -2
View File
@@ -10,8 +10,8 @@ const getPopupMenu = [
return {
header: lang.t('step-1-header'),
options: [
{val: 'USERS', text: lang.t('flag-username')},
{val: 'COMMENTS', text: lang.t('flag-comment')}
{val: 'COMMENTS', text: lang.t('flag-comment')},
{val: 'USERS', text: lang.t('flag-username')}
],
button: lang.t('continue'),
sets: 'itemType'