MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / completed

Function completed

public/javascripts/jquery.tablesorter.widgets.js:962–966  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

960 wo = c.widgetOptions,
961 count = 0,
962 completed = function() {
963 wo.filter_initialized = true;
964 c.$table.triggerHandler( 'filterInit', c );
965 tsf.findRows( c.table, c.$table.data( 'lastSearch' ) || [] );
966 };
967 if ( $.isEmptyObject( wo.filter_formatter ) ) {
968 completed();
969 } else {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected