mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-09 09:42:26 +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 */
|
/* css is injected so this works with untouched user.css from Dribbblish */
|
||||||
/* dark theme */
|
/* dark theme */
|
||||||
|
|
@ -313,7 +313,7 @@ hookCoverChange(false);
|
||||||
upd = document.createElement("div")
|
upd = document.createElement("div")
|
||||||
upd.classList.add("ellipsis-one-line", "main-type-finale")
|
upd.classList.add("ellipsis-one-line", "main-type-finale")
|
||||||
document.querySelector(".main-userWidget-box").append(upd)
|
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}`)
|
upd.setAttribute("title", `Changes: ${data.name}`)
|
||||||
}
|
}
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue