• javascript breaks when username has an apostrophe

    By Jake Ochs 2 decades ago

    I'm classifying this as medium because I only know one (very important) person in my organization with an apostrophe is his name (O'Brien) and I was able to fix the bug right quick. I'm not sure if it's an issue elsewhere (yet) but the javascript variable onimod_username (found in the redirect page design element) is quoted using single quotes, using escaped double quotes to allow for a single quote inside the variable value itself seems to cure the problem.



    Otherwise, as always, great work Michael!