1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-04 15:28:05 +00:00

Store UI settings in flask session for guest user

This commit is contained in:
Ozzieisaacs
2020-09-27 19:12:10 +02:00
parent 6dfa171b4e
commit cc0b0196f4
3 changed files with 25 additions and 21 deletions

View File

@@ -24,6 +24,7 @@ var $list = $("#list").isotope({
});
$("#desc").click(function() {
var page = $(this).data("id");
$.ajax({
method:"post",
contentType: "application/json; charset=utf-8",
@@ -39,6 +40,7 @@ $("#desc").click(function() {
});
$("#asc").click(function() {
var page = $(this).data("id");
$.ajax({
method:"post",
contentType: "application/json; charset=utf-8",