mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
Use a big hammer
This commit is contained in:
parent
f6503519c8
commit
45300e599f
@ -132,7 +132,7 @@
|
||||
<!-- end: JavaScript-->
|
||||
<script type="text/coffeescript">
|
||||
$ () ->
|
||||
$('.sparktristate').sparkline('html', {type: 'tristate', disableHiddenCheck: true})
|
||||
$('.sparktristate').sparkline('html', {type: 'tristate'})
|
||||
|
||||
$('ul.nav li a').each () ->
|
||||
if $($(this))[0].href == String(window.location)
|
||||
|
@ -17,6 +17,8 @@
|
||||
iDisplayLength: 100
|
||||
oLanguage:
|
||||
sLengthMenu: "_MENU_ records per page"
|
||||
fnDrawCallback: () ->
|
||||
$('.sparktristate').sparkline('html', {type: 'tristate'})
|
||||
</script>
|
||||
{% endcompress %}
|
||||
{% endblock js %}
|
Loading…
x
Reference in New Issue
Block a user