remove alert from html (since it's in /ui), add some bootstrap scripts
This commit is contained in:
+3
-13
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user