File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ onPage('Packs', function quickOpenPack() {
8080 showCards ( ) ;
8181 }
8282 } ) ;
83- $ ( 'button [id^="btnOpen"]' ) . on ( 'click.script' , ( event ) => {
83+ $ ( '[id^="btnOpen"]' ) . on ( 'click.script' , ( event ) => {
8484 autoOpen = event . ctrlKey ;
8585 openAll = false ;
8686 const type = $ ( event . target ) . prop ( 'id' ) . substring ( 7 ) ;
Original file line number Diff line number Diff line change 11style . add (
22 '#AlertToast { height: 0; }' ,
3- '#AlertToast .dismissable span { display: block; text-align: center; }' ,
3+ '#AlertToast .dismissable > span { display: block; text-align: center; }' ,
44 '#AlertToast .dismissable .dismiss { width: 160px; text-transform: capitalize; display: block; font-family: DTM-Mono; border: 1px solid #fff; font-size: 14px; margin: 5px auto; background-color: transparent; }' ,
55 '#AlertToast .dismissable .dismiss:hover { opacity: 0.6; }'
66) ;
You can’t perform that action at this time.
0 commit comments