From dd55a5fe61bda34da47dd3d253c6bb6e1ffeaeec Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 29 Jul 2015 16:31:15 -0400 Subject: [PATCH] update image processing --- dashboard-ui/css/card.css | 2 +- dashboard-ui/scripts/mypreferencesdisplay.js | 2 +- dashboard-ui/scripts/mypreferenceslanguages.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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();