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 6e5b07f commit cd22094Copy full SHA for cd22094
plugins/StashRandomButton/random_button.js
@@ -67,7 +67,7 @@
67
const pathname = window.location.pathname.replace(/\/$/, '');
68
69
// GLOBAL
70
- if (pathname === '/scenes' || pathname === '/' || pathname === '' || pathname === '/stats' || pathname === '/settings' || /^\/scenes\/\d+$/.test(pathname))
+ if (pathname === '/scenes' || pathname === '/' || pathname === '' || pathname === '/stats' || pathname === '/settings' || pathname === '/scenes/markers' || /^\/scenes\/\d+$/.test(pathname))
71
return randomGlobal('Scene', 'scenes', '/scenes/');
72
73
if (pathname === '/images' || /^\/images\/\d+$/.test(pathname))
0 commit comments