mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 04:52:52 +08:00
68bfe0260a
typo: state instead of status
13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
<header class='discourse' data-embed-state='loading'>
|
|
<h3><%= t 'embed.loading' %></h3>
|
|
<%= link_to(image_tag(SiteSetting.logo_url, class: 'logo'), Discourse.base_url) %>
|
|
<div class='clearfix'></div>
|
|
</header>
|
|
<script>
|
|
(function() {
|
|
setTimeout(function() {
|
|
document.location.reload();
|
|
}, 30000);
|
|
})();
|
|
</script>
|