DEV: Remove unused `offscreen-content` (#13133)
Looks like a vestige of Ember 1.x?
This commit is contained in:
parent
3a4b28e902
commit
9b9b601e2f
|
@ -25,9 +25,6 @@
|
|||
<section id='main'>
|
||||
</section>
|
||||
|
||||
<div id='offscreen-content'>
|
||||
</div>
|
||||
|
||||
<bootstrap-content key="hidden-login-form">
|
||||
<bootstrap-content key="preloaded">
|
||||
|
||||
|
|
|
@ -121,10 +121,6 @@ pre code {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
#offscreen-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Tables
|
||||
// --------------------------------------------------
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue