pull/3/head
skaman82 9 years ago
parent 0c1252191a
commit b381a97572

@ -243,20 +243,6 @@
<p>Waiting for data ...</p>
</div>
</div>
<script>
/** log trigger **/
$("#showlog").on('click', function() {
var state = $(this).data('state');
if ( state ) {
$("#log").animate({height: 27}, 800);
state = false;
}else{
$("#log").animate({height: 100}, 800);
state = true;
}
$(this).text(state ? 'Close' : 'Open');
$(this).data('state', state);
});
</script>
</body>
</html>

Loading…
Cancel
Save