You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running a foundry server behind a URL prefix, the pause button is not displayed correctly.
To Reproduce
Setup server with URL Prefix
Start a game world
See in the Network Tab that the URL is called without a Prefix
Expected behavior
The call should be made with the system prefix in mind and the pause button should be displayed
User Information
Browser:
FoundryVTT Version: Version 12 Stable
World of Darkness 5e system Version: 5.0.11
Additional context
The bug is similar to the previous issue here #118
However, the pause icon isn't referenced in the styling but directly in .js which is why the fix did not work
I hotfixed it in my system by adjusting the code system/ui/pause.js to:
Describe the bug
When running a foundry server behind a URL prefix, the pause button is not displayed correctly.
To Reproduce
Expected behavior
The call should be made with the system prefix in mind and the pause button should be displayed
User Information
Additional context
The bug is similar to the previous issue here #118
However, the pause icon isn't referenced in the styling but directly in .js which is why the fix did not work
I hotfixed it in my system by adjusting the code
system/ui/pause.js
to:<img class="fa-spin pause-border" src="systems/vtm5e/assets/ui/Pause_Border.webp"> <img class="pause-overlay" src="systems/vtm5e/assets/ui/Pause_Overlay.webp">
The text was updated successfully, but these errors were encountered: