mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 06:55:03 -05:00
DEV: Remove unused offscreen-content (#13133)
Looks like a vestige of Ember 1.x?
This commit is contained in:
@@ -25,9 +25,6 @@
|
|||||||
<section id='main'>
|
<section id='main'>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div id='offscreen-content'>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<bootstrap-content key="hidden-login-form">
|
<bootstrap-content key="hidden-login-form">
|
||||||
<bootstrap-content key="preloaded">
|
<bootstrap-content key="preloaded">
|
||||||
|
|
||||||
|
|||||||
@@ -121,10 +121,6 @@ pre code {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
#offscreen-content {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Tables
|
// Tables
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -98,9 +98,6 @@
|
|||||||
<section id='main'>
|
<section id='main'>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div id='offscreen-content'>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<% unless current_user %>
|
<% unless current_user %>
|
||||||
<form id='hidden-login-form' method="post" action="<%=main_app.login_path%>" style="display: none;">
|
<form id='hidden-login-form' method="post" action="<%=main_app.login_path%>" style="display: none;">
|
||||||
<input name="username" type="text" id="signin_username">
|
<input name="username" type="text" id="signin_username">
|
||||||
|
|||||||
Reference in New Issue
Block a user