'add pyrss' in new tab
This commit is contained in:
parent
c53dce1848
commit
199e707bbc
@ -1,5 +1,5 @@
|
||||
|
||||
**unreleased v0.3.4**
|
||||
**v0.3.4**
|
||||
|
||||
- Fix: Refresh data tables after deleting any number of entries (corbz/PYRSS-Website#38)
|
||||
- Enhancement: `data-field` implementation for subscription form
|
||||
@ -11,7 +11,7 @@
|
||||
- Fix: Exception caused by unfinished queryset method on the `/api/guild-settings/` endpoint
|
||||
- Enhancement: rewrote `confirmDeleteModal` into less specific `confirmationModal` with specifiable styles
|
||||
- Fix: Several potential xss attack vectors
|
||||
-
|
||||
- Fix: 'Add Pyrss' button incorrectly not opening in new tab
|
||||
|
||||
**v0.3.3**
|
||||
|
||||
|
@ -70,7 +70,7 @@
|
||||
<span class="resolve-to-server-name"></span>,
|
||||
features here will not function properly, please add the bot before proceeding.
|
||||
</div>
|
||||
<a class="ms-auto btn btn-warning rounded-1 text-nowrap resolve-to-invite-link">Add PYRSS</a>
|
||||
<a class="ms-auto btn btn-warning rounded-1 text-nowrap resolve-to-invite-link" target="_blank">Add PYRSS</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user