We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a18d8 commit 131a9e3Copy full SHA for 131a9e3
plugins/hotCards/hotCards.yml
@@ -1,6 +1,6 @@
1
name: Hot Cards
2
description: Adds custom styling to card elements that match a Tag ID or a Rating Threshold.
3
-version: 1.2.0
+version: 1.2.1
4
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/hotCards
5
# requires: CommunityScriptsUILibrary
6
ui:
plugins/hotCards/utils/helpers.js
@@ -85,6 +85,10 @@ function overrideHistoryMethods(callback) {
85
return result;
86
};
87
});
88
+
89
+ window.addEventListener("popstate", function () {
90
+ callback();
91
+ });
92
}
93
94
/** Path Change Listener */
0 commit comments