4.4: new donations popup
this was done in my ongoing effort to renovate and simplify all parts of cobalt web interface
This commit is contained in:
@@ -155,6 +155,7 @@ function popup(type, action, text) {
|
||||
switch (type) {
|
||||
case "about":
|
||||
let tabId = sGet("seenAbout") ? "changelog" : "about";
|
||||
if (text) tabId = text;
|
||||
eid(`tab-button-${type}-${tabId}`).click();
|
||||
break;
|
||||
case "settings":
|
||||
|
||||
Reference in New Issue
Block a user