0
0
Fork 1
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:
Faizaan Gagan 2021-06-27 17:02:19 +05:30
Ursprung 9ec2da5a9f
Commit 13faa849d8

Datei anzeigen

@ -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();