diff --git a/jtl_patch_1 b/jtl_patch_1
new file mode 100644
index 0000000..e52a4ab
--- /dev/null
+++ b/jtl_patch_1
@@ -0,0 +1,37 @@
+--- header_nav_search.tpl 2024-09-05 21:21:55.613968192 +0200
++++ header_nav_search.tpl_ 2024-09-23 08:20:50.345457355 +0200
+@@ -1,32 +1,18 @@
+ {block name='layout-header-nav-search'}
+ {block name='layout-header-nav-search-search'}
+ <{$tag|default:'div'} class="nav-item" id="search">
+-
+ {$tag|default:'div'}>
+ {/block}
+ {block name='layout-header-nav-search-search-dropdown'}
++
+ {if $Einstellungen.template.header.mobile_search_type === 'dropdown'}
+ {navitemdropdown tag='div' class='search-wrapper-dropdown d-block d-lg-none'
+ text=''
+ right=true
+ no-caret=true
+ router-aria=['label'=>{lang key='findProduct'}]}
+-
+- {include file='snippets/search_form.tpl' id='search-header-desktop'}
+-
+ {/navitemdropdown}
+ {/if}
+ {/block}
diff --git a/src/index.js b/src/index.js
index e0cecb4..5f0b76d 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,8 +1,4 @@
import * as ReactDOM from "react-dom/client";
-import "@fontsource/source-sans-pro/300.css";
-import "@fontsource/source-sans-pro/400.css";
-import "@fontsource/source-sans-pro/600.css";
-import "@fontsource/source-sans-pro/700.css";
import CssBaseline from "@mui/material/CssBaseline";
import { ThemeProvider, createTheme } from "@mui/material/styles";
@@ -15,18 +11,6 @@ function App() {
}
const theme = createTheme({
-/* palette: {
- background: {
- default: "#c5cbe3;"
- }
- },*/
- typography: {
- fontFamily: "Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif",
- fontWeightBold: 700,
- fontWeightMedium: 600,
- fontWeightRegular: 400,
- fontWeightLight: 300
- },
components: {
MuiTableCell: {
styleOverrides: {
@@ -64,12 +48,8 @@ function waitForElm(selector) {
}
waitForElm('#react_insert').then((elm) => {
- console.log('Element is ready');
const root = ReactDOM.createRoot(elm);
root.render(
- //var appDiv = document.createElement("div");
- //document.body.appendChild(appDiv);
- //ReactDOM.createRoot(appDiv).render(