http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12266
Bernardo Gonzalez Kriegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Bernardo Gonzalez Kriegel <[email protected]> --- (In reply to Marc Véron from comment #7) > > Question: > For some reason there was a test for null in the original code. > Is it ever possible that $.cookie('auth_to_merge') results to null? If yes, > I suppose that it should be tested as well. On Bug 12295: "... newer versions of jquery-cookie changed the return of $.cookie('foo') from null to undefined when the cookie is not present." Seems that checking for null is not required. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
