Explorar o código

Забыл добавить JS файлик :)

Andrei %!s(int64=2) %!d(string=hai) anos
pai
achega
7f666abb31
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      static/js/showcase.js

+ 12 - 0
static/js/showcase.js

@@ -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;';
+}