diff options
| author | Pitu <[email protected]> | 2017-01-18 04:51:42 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-18 04:51:42 -0300 |
| commit | de130602f93f05360a3838d93a0f9d1cbb470153 (patch) | |
| tree | a77f54c0a5b4dc10a9a48690a06b804a2a9398ad /pages | |
| parent | Added browsing galleries from dashboard (diff) | |
| download | host.fuwn.me-de130602f93f05360a3838d93a0f9d1cbb470153.tar.xz host.fuwn.me-de130602f93f05360a3838d93a0f9d1cbb470153.zip | |
Added changing of tokens from the dashboard
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/panel.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/panel.html b/pages/panel.html index 3a4dbf5..641b372 100644 --- a/pages/panel.html +++ b/pages/panel.html @@ -25,7 +25,7 @@ </h2> </div> </div> - + </section> <section id='dashboard' class="section"> @@ -51,7 +51,7 @@ </ul> <p class="menu-label">Administration</p> <ul class="menu-list"> - <li><a>Change your tokens</a></li> + <li><a id="itemTokens">Change your tokens</a></li> </ul> </aside> </div> |