diff options
| author | 2016-07-31 18:25:02 +0200 | |
|---|---|---|
| committer | 2016-07-31 18:25:02 +0200 | |
| commit | 93f7f849874dcdf1263370ff08c72a962f8de56f (patch) | |
| tree | 50c0bc54eebd1c446e96f2d831317a2a83c48e3f /app/layout/nav_menu.phtml | |
| parent | df27e435f26df5e4e31dd34b334b2d1e27297158 (diff) | |
Restaure compatibility with Internet Explorer 11 / Edge
https://github.com/FreshRSS/FreshRSS/issues/772
Diffstat (limited to 'app/layout/nav_menu.phtml')
| -rw-r--r-- | app/layout/nav_menu.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 0f303beb8..92268ff67 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -79,9 +79,8 @@ ); ?> - <form id="mark-read-menu" method="post" aria-hidden="true"></form> - <div class="stick" id="nav_menu_read_all"> + <form id="mark-read-menu" method="post"> <?php $confirm = FreshRSS_Context::$user_conf->reading_confirm ? 'confirm' : ''; ?> <button class="read_all btn <?php echo $confirm; ?>" form="mark-read-menu" @@ -123,6 +122,7 @@ </li> </ul> </div> + </form> </div> <?php } ?> |
