From 94d39ae3505b18efb822cb927040cd8cf4b65c95 Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Nov 08 2016 23:35:16 +0000 Subject: get rid of these *** in the edition script --- diff --git a/getfedora.org/static/js/edition.js b/getfedora.org/static/js/edition.js index cbf6d75..7355471 100644 --- a/getfedora.org/static/js/edition.js +++ b/getfedora.org/static/js/edition.js @@ -33,12 +33,4 @@ $(document).ready(function() { }); -}); - -$( "li" ).hover( - function() { - $( this ).append( $( " ***" ) ); - }, function() { - $( this ).find( "span:last" ).remove(); - } -); \ No newline at end of file +}); \ No newline at end of file