mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 13:50:23 +02:00
feat: token authentication (#3927)
This commit is contained in:
@@ -48,7 +48,7 @@ function buildTable(bridgeList) {
|
||||
|
||||
// Link to the actual bridge on frontpage
|
||||
var a = document.createElement('a');
|
||||
a.href = remote + "/?show_inactive=1#bridge-" + bridge;
|
||||
a.href = remote + "/?#bridge-" + bridge;
|
||||
a.target = '_blank';
|
||||
a.innerText = '[Show]';
|
||||
a.style.marginLeft = '5px';
|
||||
|
@@ -287,7 +287,7 @@ p.maintainer {
|
||||
}
|
||||
|
||||
/* Hide all forms on the frontpage by default */
|
||||
form {
|
||||
form.bridge-form {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user