mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
+1
-1
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "__MSG_name__",
|
||||
"version": "2.0",
|
||||
"version": "2.0.1",
|
||||
"manifest_version": 2,
|
||||
"description": "__MSG_description__",
|
||||
"author": "__MSG_author__",
|
||||
|
||||
Reference in New Issue
Block a user