mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-05 08:48:11 +00:00
edits to the card class, js function at bottom of explore pages
This commit is contained in:
@@ -77,6 +77,16 @@
|
||||
|
||||
|
||||
{% block endbody %}
|
||||
<script type="text/javascript">
|
||||
$( '.card-b' )
|
||||
.mouseover( function(e){
|
||||
$( '.card-b' ).addClass( 'not-hover' );
|
||||
$( this ).removeClass( 'not-hover' );
|
||||
})
|
||||
.mouseout( function(e){
|
||||
$( '.card-b' ).removeClass( 'not-hover' );
|
||||
});
|
||||
</script>
|
||||
<script type="application/javascript">
|
||||
gtag('config', 'UA-157720658-3', {'content_group1': 'Hub Pages'});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user