File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 7
7
![ forks] ( https://img.shields.io/github/forks/Chandra-sekhar-pilla/CSPSH )
8
8
![ stars] ( https://img.shields.io/github/stars/Chandra-sekhar-pilla/CSPSH )
9
9
![ license] ( https://img.shields.io/github/license/Chandra-sekhar-pilla/CSPSH )
10
- ![ version] ( https://img.shields.io/badge/Version-3.5.7 -green )
10
+ ![ version] ( https://img.shields.io/badge/Version-3.5.8 -green )
11
11
12
12
# Steps to use:
13
13
41
41
```
42
42
43
43
# Hotfix info:
44
- - Fixed some css.
45
- - Organized code.
44
+ - Bug fixes and improvements.
46
45
47
46
# Minor Version info:
48
47
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export class CSPSH {
196
196
} )
197
197
const mainHolder = click . path [ 3 ]
198
198
mainHolder . setAttribute ( 'theme' , click . srcElement . id ) ;
199
- document . getElementById ( 'themeUsing' ) . innerText = 'Current Theme: ' + click . srcElement . id . toUpperCase ( )
199
+ click . srcElement . parentElement . nextSibling . innerText = 'Current Theme: ' + click . srcElement . id . toUpperCase ( )
200
200
} )
201
201
} )
202
202
//end of theme changing
You can’t perform that action at this time.
0 commit comments