@@ -560,7 +560,7 @@ function shop_item_ini() {
560560
561561 document . querySelector ( '#shop .available article' ) . innerHTML += `
562562 <div style="background-color: ${ t . display_data . backgroundColor } ; border: ${ border } ;" onclick="buy_item_preparation('theme', '${ t . name } ')">
563- <button type="button" onclick="buy_theme_preparation" >
563+ <button type="button">
564564 <div class="set-icon">paid</div>
565565 <span>${ t . price } </span>
566566 </button>
@@ -583,7 +583,7 @@ function shop_item_ini() {
583583
584584 document . querySelector ( '#shop .limited article' ) . innerHTML += `
585585 <div style="background-color: ${ t . display_data . backgroundColor } ; border: ${ border } ;" onclick="buy_item_preparation('theme', '${ t . name } ')">
586- <button type="button" onclick="buy_theme_preparation" >
586+ <button type="button">
587587 <div class="set-icon">paid</div>
588588 <span>${ t . price } </span>
589589 </button>
@@ -683,7 +683,7 @@ function shop_item_ini1() {
683683
684684 document . querySelector ( '#shop .available > article' ) . innerHTML += `
685685 <div style="background-color: ${ theme . display_data . backgroundColor } ; border: ${ border } ;" onclick="buy_item_preparation('theme', '${ theme . name } ')">
686- <button type="button" onclick="buy_theme_preparation" >
686+ <button type="button">
687687 <div class="set-icon">paid</div>
688688 <span>${ theme . price } </span>
689689 </button>
@@ -705,7 +705,7 @@ function shop_item_ini1() {
705705 if ( theme . limited && theme . active ) {
706706 document . querySelector ( `#shop .limited article` ) . innerHTML += `
707707 <div style="background-color: ${ theme . display_data . backgroundColor } ; border: ${ border } ;" onclick="buy_item_preparation('theme', '${ theme . name } ')">
708- <button type="button" onclick="buy_theme_preparation" >
708+ <button type="button">
709709 <div class="set-icon">paid</div>
710710 <span>${ theme . price } </span>
711711 </button>
0 commit comments