https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40336 --- Comment #12 from David Cook <dcook@prosentient.com.au> --- (In reply to Emmi Takkinen from comment #11)
David, you were on the right track with this. I ran code from bug 36586 through Copilot and it pointed out that variable const idle_timeout has to be converted as number also in function login_timeout found from sci-main.tt and sco-main.tt: const idleTimeout = Number("[% Koha.Preference('SelfCheckTimeout') | html %]"); This stopped the constant refreshing. Unfortunately with this bugs patch in place converting no longer helps no matter how many Number() methods I add :D
Sorry I'm very confused about what you're trying to say here. It sounds like you're saying that the patch works, but that it also does not work? -- You are receiving this mail because: You are watching all bug changes.