App doesn’t seem to be loading the css any longer

About Support App App doesn’t seem to be loading the css any longer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7289
    Avatar for Pastor AndresPastor Andres
    Moderator

    When I disconnected from the church, cleared the cache and data, and reconnected I can not seem to get the CSS to load.
    Sorry to be a pain…

    #7364
    Avatar for Andy MoyleAndy Moyle
    Keymaster

    Just checking – is it working for you now?
    I do get a console error for you though…

    referring to…

    Trim it after setting if not set šŸ˜‰ ie…

    // Determine the user’s language or set the default(es)
    if (!$userLang) {
    var $userLang = localStorage.getItem(‘locale’);

    if (!$userLang) {
    $userLang = ‘es’;
    localStorage.setItem(‘locale’, $userLang);
    }
    $userLang = $userLang.trim();
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.