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