[Koha-bugs] [Bug 32655] Variables showing in patron messaging preferences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 17 19:39:09 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32655

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucas at bywatersolutions.com

--- Comment #1 from Lucas Gass <lucas at 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.


More information about the Koha-bugs mailing list