diff src/main/webapp/resources/js/tablesaw-init.js @ 35:89a5ca7d44f7

new: rename branch to task, add fields in task table, add scroll bar
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 19 Nov 2015 17:14:06 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/resources/js/tablesaw-init.js	Thu Nov 19 17:14:06 2015 +0100
@@ -0,0 +1,12 @@
+/*! Tablesaw - v2.0.2 - 2015-10-28
+* https://github.com/filamentgroup/tablesaw
+* Copyright (c) 2015 Filament Group; Licensed  */
+;(function( $ ) {
+
+	// DOM-ready auto-init of plugins.
+	// Many plugins bind to an "enhance" event to init themselves on dom ready, or when new markup is inserted into the DOM
+	$( function(){
+		$( document ).trigger( "enhance.tablesaw" );
+	});
+
+})( jQuery );
\ No newline at end of file