mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
2.0
This commit is contained in:
parent
97f4cf1562
commit
3cdee1d9b3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
let current = '1.9'
|
||||
let current = '2.0'
|
||||
|
||||
/* css is injected so this works with untouched user.css from Dribbblish */
|
||||
/* dark theme */
|
||||
|
|
@ -313,7 +313,7 @@ hookCoverChange(false);
|
|||
upd = document.createElement("div")
|
||||
upd.classList.add("ellipsis-one-line", "main-type-finale")
|
||||
document.querySelector(".main-userWidget-box").append(upd)
|
||||
upd.append(`NEW v${data.tag_name} available`)
|
||||
upd.append(`Theme UPD v${data.tag_name} avail.`)
|
||||
upd.setAttribute("title", `Changes: ${data.name}`)
|
||||
}
|
||||
}).catch(err => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue