1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Patch 2.0.1 (#70)

- Fixed inversed list in the panel
This commit is contained in:
Michael Gordeev
2021-03-04 00:20:57 +03:00
committed by GitHub
parent 8da01f34e1
commit aa1d38eb47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ function ReloadCollections(collections, thumbnails)
document.querySelector(".tabsAside section h2").removeAttribute("hidden");
document.querySelectorAll(".tabsAside section > div").forEach(i => i.remove());
for (var collection of Object.values(collections))
for (var collection of Object.values(collections).reverse())
AddCollection(collection, thumbnails);
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "__MSG_name__",
"version": "2.0",
"version": "2.0.1",
"manifest_version": 2,
"description": "__MSG_description__",
"author": "__MSG_author__",