1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-07-02 19:52:47 +03:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Michael Gordeev aa1d38eb47 Patch 2.0.1 (#70)
- Fixed inversed list in the panel
2021-03-04 00:20:57 +03:00
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.querySelector(".tabsAside section h2").removeAttribute("hidden");
document.querySelectorAll(".tabsAside section > div").forEach(i => i.remove()); 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); AddCollection(collection, thumbnails);
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "__MSG_name__", "name": "__MSG_name__",
"version": "2.0", "version": "2.0.1",
"manifest_version": 2, "manifest_version": 2,
"description": "__MSG_description__", "description": "__MSG_description__",
"author": "__MSG_author__", "author": "__MSG_author__",