Skip to content

Commit

Permalink
fix disabled social button
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Oct 9, 2024
1 parent ef38e8e commit 9153a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indie-theme",
"version": "0.1.11",
"version": "0.1.12",
"description": "A simple and clean theme for Pengu Loader",
"main": "src/index.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export async function load() {
el.style.display = 'none'
el.parentNode.appendChild(clone)

clone.removeAttribute('disabled')
clone.addEventListener('click', (e) => {
e.stopPropagation()
e.preventDefault()
Expand Down

0 comments on commit 9153a1f

Please sign in to comment.