Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
minor formatting
Dieser Commit ist enthalten in:
Ursprung
9ec2da5a9f
Commit
13faa849d8
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
|
@ -1,7 +1,10 @@
|
|||
import I18n from "I18n";
|
||||
|
||||
const getThemeId = () => {
|
||||
let themeId = parseInt(document.querySelector("meta[name=discourse_theme_id]").content, 10);
|
||||
let themeId = parseInt(
|
||||
document.querySelector("meta[name=discourse_theme_id]").content,
|
||||
10
|
||||
);
|
||||
|
||||
if (!isNaN(themeId)) {
|
||||
return themeId.toString();
|
||||
|
|
Laden …
In neuem Issue referenzieren