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 c75cdce commit 57bfc7aCopy full SHA for 57bfc7a
zephyrtemplates/ZephyrCore.js
@@ -28,14 +28,10 @@ export function setTheme(themeName) {
28
}
29
30
31
-export function setBaseURL(url) {
32
- ZephyrJS.baseUrl = url.endsWith('/') ? url : url + '/';
33
-}
34
-
35
// Expose setTheme to the global scope
36
window.Themes = Themes;
37
window.setTheme = setTheme;
38
-window.setBaseURL = setBaseURL;
+window.setBaseURL = ZephyrJS.setBaseURL;
39
40
import BasicCard from "../zephyrtemplates/BasicCard.js";
41
import LayeredCard from "../zephyrtemplates/LayeredCard.js";
0 commit comments