File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : {
24
- "access" : " public"
25
- },
23
+ "publishConfig" : { "access" : " public" },
26
24
"scripts" : {
27
25
"start" : " npx webpack --config webpack.config.js" ,
28
26
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
60
58
"webpack-log" : " ^3.0.1"
61
59
},
62
60
"dependencies" : {
63
- "@cocreate/crud-client" : " ^1.16.16 " ,
64
- "@cocreate/docs" : " ^1.4.20 " ,
65
- "@cocreate/hosting" : " ^1.6.21 " ,
66
- "@cocreate/observer" : " ^1.5.42 "
61
+ "@cocreate/crud-client" : " ^1.16.18 " ,
62
+ "@cocreate/docs" : " ^1.4.21 " ,
63
+ "@cocreate/hosting" : " ^1.6.22 " ,
64
+ "@cocreate/observer" : " ^1.5.43 "
67
65
}
68
66
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function init(linkTag) {
39
39
if ( parse == undefined )
40
40
parse = window . localStorage . getItem ( 'cssParser' )
41
41
42
- if ( parse != 'false ') {
42
+ if ( parse == 'true ') {
43
43
parseLinkCSS ( ) ;
44
44
let elements = document . querySelectorAll ( "[class]" ) ;
45
45
initElements ( elements ) ;
You can’t perform that action at this time.
0 commit comments