Skip to content
Snippets Groups Projects
Verified Commit a2e4cab1 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #11638 TIME 0:10 security jstree

parent f3b8d528
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,7 @@ export class ShippingAdministrationComponent implements OnInit {
.jstree({
"checkbox": { three_state: false },
'core': {
force_text : true,
'themes': {
'name': 'proton',
'responsive': true
......
......@@ -179,6 +179,7 @@ export class TemplateAdministrationComponent implements OnInit {
.jstree({
"checkbox": { three_state: false },
'core': {
force_text : true,
'themes': {
'name': 'proton',
'responsive': true
......
......@@ -78,6 +78,7 @@ export class PrintSeparatorComponent implements OnInit {
"three_state": false //no cascade selection
},
'core': {
force_text : true,
'themes': {
'name': 'proton',
'responsive': true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment