diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 158c982..ddc93f1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -32,7 +32,9 @@ {{ partial "sidebar.html" . }} </div> <div id="container-progress"> - <div id="progress"></div> + <a href="javascript:void(0)"> + <div id="progress"></div> + </a> </div> </div> </main> |