File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ window.ComponentDot = class {
526
526
this . _switchMaker = function ( ) {
527
527
let select = this . select ;
528
528
let menu = document . createElement ( 'div' ) ;
529
- menu . className = 'dlp-dot-switch' ;
529
+ menu . className = 'dlp dlp -dot-switch' ;
530
530
this . id_line_hash = [ ] ;
531
531
let line = 0 ;
532
532
for ( let id in select ) {
@@ -535,7 +535,7 @@ window.ComponentDot = class {
535
535
line ++ ;
536
536
let option = document . createElement ( 'div' ) ;
537
537
option . setAttribute ( 'data-id' , id ) ;
538
- option . className = `dlp-button${ this . _modSettings . color } ` ;
538
+ option . className = `dlp dlp -button${ this . _modSettings . color } ` ;
539
539
option . textContent = select [ id ] ;
540
540
option . addEventListener ( 'click' , ( ) => {
541
541
if ( this . select_data . indexOf ( id ) !== - 1 ) {
You can’t perform that action at this time.
0 commit comments