Download:
child 54:bb83c44ae4ac
parent 52:f77c8325d168
53:efe3afb026a6
Anton Shestakov <av6@dwimlabs.net>, Sun, 27 Mar 2016 18:29:44 +0800
index: only show login form after rivets init It's needed because of rv-each on an alert, which shows up as an empty alert box before connRivet is bound to it.

1 файлов изменено, 3 вставок(+), 1 удалений(-) [+]
index.html file | annotate | diff | comparison | revisions
--- a/index.html Sun Mar 27 16:15:30 2016 +0800
+++ b/index.html Sun Mar 27 18:29:44 2016 +0800
@@ -57,7 +57,6 @@
</div>
<script>
$('[data-step="noscript"]').addClass('uk-hidden');
- $('[data-step="login"]').removeClass('uk-hidden');
</script>
<div class="uk-hidden" data-step="main">
@@ -120,5 +119,8 @@
<script src='/js/favicon.js'></script>
<script src='/config.js'></script>
<script src='/js/index.js'></script>
+ <script>
+ $('[data-step="login"]').removeClass('uk-hidden');
+ </script>
</body>
</html>