Skip to content

[FIX] Tiki-Cypht : Correct the typo in cypth to cypht

Correct the mistake, instead of tiki-cypth it is tiki-cypht: if (! $('body').hasClass('tiki-cypht')) $('body').addClass('tiki-cypht'); At this line of code we check if the tiki-cypht class exists, if not we add it. The error was checking with the non-existent tiki-cypth class which is always false.

More details? Here

Edited by luci

Merge request reports