changed the twitter widget to search for #haxogreen
parent
aaa8a71e73
commit
6eaa329893
|
@ -63,11 +63,8 @@
|
|||
<div class="row">
|
||||
|
||||
<div class="col-md-4">
|
||||
<a class="twitter-timeline" href="https://twitter.com/haxogreen" data-widget-id="495269387213869058">Tweets by @haxogreen</a>
|
||||
<a class="twitter-timeline" href="https://twitter.com/hashtag/haxogreen" data-widget-id="495579528496828416">#haxogreen Tweets</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-md-8 netStats">
|
||||
<a target="_blank" href="http://www.conostix.com/www/images/haxo/haxogreen.png">
|
||||
|
|
|
@ -66,11 +66,8 @@
|
|||
<div class="row">
|
||||
|
||||
<div class="col-md-4">
|
||||
<a class="twitter-timeline" href="https://twitter.com/haxogreen" data-widget-id="495269387213869058">Tweets by @haxogreen</a>
|
||||
<a class="twitter-timeline" href="https://twitter.com/hashtag/haxogreen" data-widget-id="495579528496828416">#haxogreen Tweets</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-md-8 netStats">
|
||||
<a target="_blank" href="http://www.conostix.com/www/images/haxo/haxogreen.png">
|
||||
|
|
|
@ -62,9 +62,8 @@
|
|||
icinga
|
||||
</div>
|
||||
</a>
|
||||
<a class="twitter-timeline" href="https://twitter.com/haxogreen" data-widget-id="495269387213869058">Tweets by @haxogreen</a>
|
||||
<a class="twitter-timeline" href="https://twitter.com/hashtag/haxogreen" data-widget-id="495579528496828416">#haxogreen Tweets</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||
|
||||
</div>
|
||||
<div class="col-md-8 netStats">
|
||||
<h1 class="panelHeader">Bandwidth usage</h1>
|
||||
|
|
|
@ -7,19 +7,20 @@
|
|||
}, 1000);
|
||||
|
||||
refreshContent();
|
||||
|
||||
setInterval( function() {
|
||||
refreshContent();
|
||||
}, 60000);
|
||||
|
||||
loadWeather();
|
||||
setInterval( function() {
|
||||
loadWeather();
|
||||
}, 10000);
|
||||
|
||||
setInterval( function() {
|
||||
reloadPage();
|
||||
}, 10000);
|
||||
|
||||
schedule();
|
||||
|
||||
setInterval( function() {
|
||||
schedule();
|
||||
}, 60000);
|
||||
|
|
Loading…
Reference in New Issue