diff options
author | Css16 <fbbcchtt9@gmail.com> | 2017-03-26 23:05:52 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-03-29 17:18:47 +0000 |
commit | cf790c30c572ccf4ab5d0378733d673d437e42e1 (patch) | |
tree | 155055a016bbb4a3a623a616107239a5b82d9c08 /source/index.html | |
parent | 16d658196f9963a5eed6071c5c3db5c85520650e (diff) |
tdf#106574 JavaScript navigation history with links added, CSS improvements
Change-Id: I991e4a9c48f91997dc44fb7b9b9c2f57a3c49099
Reviewed-on: https://gerrit.libreoffice.org/35728
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/index.html')
-rw-r--r-- | source/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/index.html b/source/index.html index 703c3f602e..32a2a53029 100644 --- a/source/index.html +++ b/source/index.html @@ -33,6 +33,7 @@ <p>Search: <input type="text" id="search-bar"/></p> </div> <div id="BottomLeft"></div> + <div id="NavigationHistory"></div> <div id="TopRight"></div> <script type="text/javascript"> if (window.location.href.indexOf('?') && getParameterByName('page')) { |