Fix deprecated jQuery call to bind

This commit is contained in:
Stephen Abello
2024-03-26 10:44:58 +01:00
parent 7b8634e9e7
commit 4952fc5575

View File

@@ -491,7 +491,6 @@ HTML
//
// Footer
//
$oP->add_ready_script("$('#fav_page_length').bind('keyup change', function(){ ValidateOtherSettings(); })");
$oP->SetContentLayout($oContentLayout);
}