mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
remove alert from html (since it's in /ui), add some bootstrap scripts
This commit is contained in:
parent
aafcfbbb69
commit
d0f31a62f4
1 changed files with 3 additions and 13 deletions
|
|
@ -139,19 +139,9 @@
|
|||
<p>Copyright © 2012-<%= Time.now.year %> Tyler Renelle</p>
|
||||
</div>-->
|
||||
|
||||
<alert:>
|
||||
<div id=alert>
|
||||
{#unless connected}
|
||||
<p>
|
||||
{#if canConnect}
|
||||
Offline {#if _showReconnect}– <a x-bind=click:connect>Reconnect</a>{/}
|
||||
{else}
|
||||
Unable to reconnect – <a x-bind=click:reload>Reload</a>
|
||||
{/}
|
||||
</p>
|
||||
{/}
|
||||
</div>
|
||||
|
||||
<Scripts:>
|
||||
<script src=https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js></script>
|
||||
<script src=https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js></script>
|
||||
<script src=http://twitter.github.com/bootstrap/assets/js/bootstrap-tooltip.js></script>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue