Забыл добавить JS файлик :)
This commit is contained in:
parent
c979eccaf7
commit
7f666abb31
12
static/js/showcase.js
Normal file
12
static/js/showcase.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
function add_link()
|
||||||
|
{
|
||||||
|
document.getElementById('add_link_button').style = 'display: none;';
|
||||||
|
document.getElementById('repeal_link_button').style = 'display: block;';
|
||||||
|
document.getElementById('form_link').style = 'display: block;';
|
||||||
|
}
|
||||||
|
function repeal_link()
|
||||||
|
{
|
||||||
|
document.getElementById('add_link_button').style = 'display: block;';
|
||||||
|
document.getElementById('repeal_link_button').style = 'display: none;';
|
||||||
|
document.getElementById('form_link').style = 'display: none;';
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user