remove space

This commit is contained in:
qkqpttgf 2020-06-15 09:43:32 +08:00 committed by GitHub
parent e4693b29ed
commit 79c0b002c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 9 deletions

View File

@ -533,8 +533,6 @@ function thumb(){
}
<!--ShowThumbnailsEnd-->
$(function(){
$('.icon-sort').on('click', function () {
let sort_type = $(this).attr("data-sort"), sort_order = $(this).attr("data-order");
let sort_order_to = (sort_order === "less") ? "more" : "less";
@ -547,9 +545,6 @@ $(function(){
$(this).attr("data-order", sort_order_to).text("expand_" + sort_order_to);
});
});
var ckname='image_mode';