fixed sort
authorJean Philip Orsini <orsinije@fr.ibm.com>
Tue, 19 Jan 2016 15:45:11 +0000 (16:45 +0100)
committerJean Philip Orsini <orsinije@fr.ibm.com>
Tue, 19 Jan 2016 15:45:11 +0000 (16:45 +0100)
html/last_songs.html

index 25ccf28..116e999 100644 (file)
@@ -17,7 +17,6 @@
         </script>
 
         <script>$(document).ready(function() {
-                $('#history').DataTable();
                 $.getJSON("http://radio.wpitchoune.net/cgi-bin/icecast_last_songs.cgi",
                           function(data) {
                         $.each(data, function(i, value) {