mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Introduced a new proposal status: proposed. Moved some templates around and created macros.
This commit is contained in:
parent
29e5a9eb95
commit
b34d06d49e
11 changed files with 88 additions and 134 deletions
|
@ -1,5 +1,10 @@
|
|||
function clickDataHref(d){
|
||||
window.location.href = d.getAttribute("data-href");
|
||||
function proposalNavbarclickDataHref(d){
|
||||
if(d.classList.contains('active')){
|
||||
// if the navbar button is already active, remove filter, go to proposals page
|
||||
window.location.href = '/proposals'
|
||||
} else {
|
||||
window.location.href = d.getAttribute("data-href");
|
||||
}
|
||||
}
|
||||
|
||||
function hideShow(element_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue