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

Removing tablesorting #99

Merged
merged 1 commit into from
Apr 28, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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