diff src/main/webapp/resources/js/general.js @ 36:eab47936591a

apply scrollbar to other tables as well
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 20 Nov 2015 11:53:29 +0100
parents 3e62083dbcbf
children 37840afb7b80
line wrap: on
line diff
--- a/src/main/webapp/resources/js/general.js	Thu Nov 19 17:14:06 2015 +0100
+++ b/src/main/webapp/resources/js/general.js	Fri Nov 20 11:53:29 2015 +0100
@@ -96,4 +96,9 @@
 	   } else {
 	       form.submit(); // works under IE and Chrome, but not FF  
 	   }	
-}
\ No newline at end of file
+}
+
+
+$(document).ready(function() {
+	$('.double-scroll').doubleScroll();
+});
\ No newline at end of file