mirror of
https://github.com/mue/mue.git
synced 2026-07-17 05:54:14 +02:00
fix: custom js, reminder on reset button etc
This commit is contained in:
@@ -46,7 +46,7 @@ export default class AdvancedSettings extends React.PureComponent {
|
||||
|
||||
<h3>{advanced.customisation}</h3>
|
||||
<Text title={advanced.tab_name} name='tabName' default={window.language.tabname} category='other'/>
|
||||
<Text title={advanced.custom_js} name='customjs' textarea={true} category='other'/>
|
||||
<Text title={advanced.custom_js} name='customjs' textarea={true} category='other' element='other'/>
|
||||
<Text title={advanced.custom_css} name='customcss' textarea={true} category='other'/>
|
||||
|
||||
<h3>{this.language.sections.experimental.title}</h3>
|
||||
|
||||
@@ -24,7 +24,7 @@ export default class BackgroundSettings extends React.PureComponent {
|
||||
}
|
||||
|
||||
let array = [];
|
||||
data.forEach(item => {
|
||||
data.forEach((item) => {
|
||||
array.push({
|
||||
name: item,
|
||||
value: item
|
||||
@@ -45,6 +45,7 @@ export default class BackgroundSettings extends React.PureComponent {
|
||||
}]
|
||||
});
|
||||
}
|
||||
|
||||
this.getQuoteLanguages();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user