https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32655 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #1 from Lucas Gass <lucas@bywatersolutions.com> --- There is a script that is being toggled to 'display:block': <script> var TalkingTechItivaPhoneNotification = [% Koha.Preference('TalkingTechItivaPhoneNotification') || 0 | html %]; var PhoneNotification = [% Koha.Preference('PhoneNotification') || 0 | html %]; </script> We could change the jQuery selector but maybe it is easier to move the script to somewhere more appropriate. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.