Skip to content

Commit

Permalink
dev 155
Browse files Browse the repository at this point in the history
  • Loading branch information
DTACat committed Nov 25, 2024
1 parent ea56730 commit b7a4cce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions assets/19.js
Original file line number Diff line number Diff line change
Expand Up @@ -1433,12 +1433,6 @@ if (localStorage.full_client_rework != "false") {
<button class="dm-button" id="avatar-decorations-debug-tab" onclick="setParams({page: 'item_tool'}); location.reload();">
<p class="dm-button-text">Item Debug</p>
</button>
<button class="dm-button" id="shop-assets-tab" onclick="setParams({page: 'shop_assets'}); location.reload();">
<p class="dm-button-text">Shop Assets</p>
</button>
<button class="dm-button" id="published-listings-tab" onclick="setParams({page: 'published_listings'}); location.reload();">
<p class="dm-button-text">Published Listings</p>
</button>
<button class="dm-button" onclick="location.href='https://old.yapper.shop/';">
<p class="dm-button-text">Old UI</p>
</button>
Expand Down Expand Up @@ -2532,7 +2526,7 @@ if (localStorage.full_client_rework != "false") {
<button class="card-button" onclick="window.open('https://github.com/Yappering/');">Github</button>
<button class="card-button" onclick="window.open('https://www.youtube.com/@DTACat');">DTACat Youtube</button>
</div>
App Version: Dev 154
App Version: Dev 155
`;

if (localStorage.items_in_shop_yes == "true") {
Expand Down

0 comments on commit b7a4cce

Please sign in to comment.