diff tsv2html_simple.pl @ 6:42076db43d42 draft

Fixed auto resizing plus various other minor bugs
author saskia-hiltemann
date Mon, 16 Nov 2015 08:56:22 -0500
parents ac5f9272033b
children
line wrap: on
line diff
--- a/tsv2html_simple.pl	Tue Oct 07 08:49:14 2014 -0400
+++ b/tsv2html_simple.pl	Mon Nov 16 08:56:22 2015 -0500
@@ -3,8 +3,8 @@
    "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js"></script>
+<script src=\"jquery-1.10.2.js\"></script>
+<script src=\"jquery-ui.js\"></script>
 <script type="text/javascript" src="jquery.dataTables.js"></script>
 <script type="text/javascript" src="iframe-resizer/js/iframeResizer.contentWindow.min.js"></script> 
 <script>
@@ -17,10 +17,10 @@
         		"bFilter": false,
         		"bSort": false,
         		"bInfo": false,
-        		"bAutoWidth": true    		
+        		"bAutoWidth": false    		
     		} );
 		} );
-	<!-- data tables -->   
+	<!-- data tables tsv2html_simple.pl -->   
 </script>
 
 <link rel="stylesheet" type="text/css" href="jquery.dataTables.css">