update image processing

This commit is contained in:
Luke Pulverenti
2015-07-29 16:31:15 -04:00
parent 6d7ee58678
commit dd55a5fe61
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -562,7 +562,7 @@
width: 50%;
}
@media all and (min-width: 700px) {
@media all and (min-width: 800px) {
.detailPage169Card {
width: 33.3%;
+1 -1
View File
@@ -39,7 +39,7 @@
function onSubmit() {
var page = $(this).parents('.page');
var page = $(this).parents('.page')[0];
Dashboard.showLoadingMsg();
@@ -94,7 +94,7 @@
function onSubmit() {
var page = $(this).parents('.page');
var page = $(this).parents('.page')[0];
Dashboard.showLoadingMsg();