Maximise results on load
This commit is contained in:
@@ -135,8 +135,6 @@ $(document).ready(function(){
|
||||
var show_table_content = function($table_class_container){
|
||||
$table_class_container.find("#loader").hide();
|
||||
$table_class_container.find("#table-container").show();
|
||||
const event = new Event('restore-scroll');
|
||||
document.dispatchEvent(event);
|
||||
};
|
||||
|
||||
// Load buttons states for all button in page
|
||||
@@ -240,5 +238,9 @@ $(document).ready(function(){
|
||||
return $(this).data('td-class')
|
||||
}).toArray();
|
||||
}
|
||||
const event = new Event('restore-scroll');
|
||||
document.dispatchEvent(event);
|
||||
const event2 = new Event('load-widget-results');
|
||||
document.dispatchEvent(event2);
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user