DEV: Remove unused `offscreen-content` (#13133)

Looks like a vestige of Ember 1.x?
This commit is contained in:
Jarek Radosz 2021-05-25 18:39:06 +02:00 committed by GitHub
parent 3a4b28e902
commit 9b9b601e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 10 deletions

View File

@ -25,9 +25,6 @@
<section id='main'>
</section>
<div id='offscreen-content'>
</div>
<bootstrap-content key="hidden-login-form">
<bootstrap-content key="preloaded">

View File

@ -121,10 +121,6 @@ pre code {
clear: both;
}
#offscreen-content {
display: none;
}
// Tables
// --------------------------------------------------

View File

@ -98,9 +98,6 @@
<section id='main'>
</section>
<div id='offscreen-content'>
</div>
<% unless current_user %>
<form id='hidden-login-form' method="post" action="<%=main_app.login_path%>" style="display: none;">
<input name="username" type="text" id="signin_username">