From 4952fc5575b4fd0dbd71bf6a30d4f35345b32688 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 26 Mar 2024 10:44:58 +0100 Subject: [PATCH] Fix deprecated jQuery call to bind --- pages/preferences.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/preferences.php b/pages/preferences.php index 70ac980fe..8613096a7 100644 --- a/pages/preferences.php +++ b/pages/preferences.php @@ -491,7 +491,6 @@ HTML // // Footer // - $oP->add_ready_script("$('#fav_page_length').bind('keyup change', function(){ ValidateOtherSettings(); })"); $oP->SetContentLayout($oContentLayout); }