Skip to content

Commit

Permalink
Merge pull request #596 from zanllp/fix/resolve-parsing-error
Browse files Browse the repository at this point in the history
Resolve parsing issue causing errors
  • Loading branch information
zanllp authored Apr 19, 2024
2 parents a1279c2 + 89991e0 commit 664fa1b
Show file tree
Hide file tree
Showing 49 changed files with 443 additions and 278 deletions.
4 changes: 2 additions & 2 deletions javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Promise.resolve().then(async () => {
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Infinite Image Browsing</title>
<script type="module" crossorigin src="/infinite_image_browsing/fe-static/assets/index-1dba0a34.js"></script>
<link rel="stylesheet" href="/infinite_image_browsing/fe-static/assets/index-d284a60a.css">
<script type="module" crossorigin src="/infinite_image_browsing/fe-static/assets/index-e900ad8e.js"></script>
<link rel="stylesheet" href="/infinite_image_browsing/fe-static/assets/index-f6de8b10.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion scripts/iib/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def backup_db_file(db_file_path):

if not os.path.exists(db_file_path):
return
max_backup_count = int(os.environ.get('IIB_DB_FILE_BACKUP_MAX', '20'))
max_backup_count = int(os.environ.get('IIB_DB_FILE_BACKUP_MAX', '16'))
if max_backup_count < 1:
return
backup_folder = os.path.join(cwd,'iib_db_backup')
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vue/dist/assets/ImgSliPagePane-010c95c5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vue/dist/assets/ImgSliPagePane-5f5e28b7.css

This file was deleted.

1 change: 0 additions & 1 deletion vue/dist/assets/ImgSliPagePane-741a647d.js

This file was deleted.

1 change: 1 addition & 0 deletions vue/dist/assets/ImgSliPagePane-868b21f8.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.img-sli-container[data-v-ae3fb9a8]{position:relative;overflow-y:auto;height:calc(100vh - 40px)}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vue/dist/assets/MatchedImageGrid-66cecb5c.css

This file was deleted.

1 change: 1 addition & 0 deletions vue/dist/assets/MatchedImageGrid-f7517248.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 664fa1b

Please sign in to comment.