update image processing
This commit is contained in:
@@ -562,7 +562,7 @@
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 700px) {
|
||||
@media all and (min-width: 800px) {
|
||||
|
||||
.detailPage169Card {
|
||||
width: 33.3%;
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user