Skip to content

Commit

Permalink
Include ajax scripts in slowest web page #354
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl authored and brendanheywood committed Sep 10, 2024
1 parent e4fddf5 commit f73cbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slowest_web.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
$table->sortable(true, 'maxduration', SORT_DESC);
}

$table->set_scripttypes([profile::SCRIPTTYPE_WEB]);
$table->set_scripttypes([profile::SCRIPTTYPE_WEB, profile::SCRIPTTYPE_AJAX]);

profile_table_page::display($table, $url);

0 comments on commit f73cbe0

Please sign in to comment.