datatables.net-bs
Advanced tools
Comparing version 1.10.12 to 1.10.13
@@ -175,3 +175,3 @@ /*! DataTables Bootstrap 3 integration | ||
if ( activeEl ) { | ||
if ( activeEl !== undefined ) { | ||
$(host).find( '[data-dt-idx='+activeEl+']' ).focus(); | ||
@@ -183,2 +183,2 @@ } | ||
return DataTable; | ||
})); | ||
})); |
{ | ||
"name": "datatables.net-bs", | ||
"version": "1.10.12", | ||
"version": "1.10.13", | ||
"description": "DataTables for jQuery with styling for [Bootstrap](http://getbootstrap.com/)", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12528