diff tsv2html_simple.pl @ 4:363cd315d0e9 draft

Uploaded
author saskia-hiltemann
date Mon, 16 Nov 2015 09:46:51 -0500
parents 3c160414da2e
children
line wrap: on
line diff
--- a/tsv2html_simple.pl	Wed Jul 15 09:21:59 2015 -0400
+++ b/tsv2html_simple.pl	Mon Nov 16 09:46:51 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">