diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index d5782b8d2b..844ef7c234 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -562,7 +562,7 @@ width: 50%; } -@media all and (min-width: 700px) { +@media all and (min-width: 800px) { .detailPage169Card { width: 33.3%; diff --git a/dashboard-ui/scripts/mypreferencesdisplay.js b/dashboard-ui/scripts/mypreferencesdisplay.js index 64b92835c0..daeb28cd85 100644 --- a/dashboard-ui/scripts/mypreferencesdisplay.js +++ b/dashboard-ui/scripts/mypreferencesdisplay.js @@ -39,7 +39,7 @@ function onSubmit() { - var page = $(this).parents('.page'); + var page = $(this).parents('.page')[0]; Dashboard.showLoadingMsg(); diff --git a/dashboard-ui/scripts/mypreferenceslanguages.js b/dashboard-ui/scripts/mypreferenceslanguages.js index 9a5b7209b4..a8d28ac77c 100644 --- a/dashboard-ui/scripts/mypreferenceslanguages.js +++ b/dashboard-ui/scripts/mypreferenceslanguages.js @@ -94,7 +94,7 @@ function onSubmit() { - var page = $(this).parents('.page'); + var page = $(this).parents('.page')[0]; Dashboard.showLoadingMsg();