Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
Merge pull request #99 from 18F/disable-tablesort
Browse files Browse the repository at this point in the history
Removing tablesorting
  • Loading branch information
arowla committed Apr 28, 2015
2 parents 5a264c5 + 3b0d3ec commit 8cc2d91
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 6,479 deletions.
5 changes: 0 additions & 5 deletions static/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var accordion = require('./modules/accordion');
var filters = require('./modules/filters.js');
var typeahead = require('./modules/typeahead.js');
var charts = require('./modules/charts.js');
var tablesort = require('tablesort');
var glossary = require('./modules/glossary.js');

filters.init();
Expand All @@ -21,10 +20,6 @@ $(document).ready(function() {
$pageControls = $('.page-controls');
$body.addClass('js-initialized');

$('.table--sortable').each(function(){
new tablesort(this);
});

// Sticky page controls
if ( $pageControls.length > 0 ) {
var scrollPos,
Expand Down
Binary file removed static/js/vendor/chosen/chosen-sprite.png
Binary file not shown.
Binary file removed static/js/vendor/chosen/chosen-sprite@2x.png
Binary file not shown.
Loading

0 comments on commit 8cc2d91

Please sign in to comment.