Skip to content
Unverified Commit fe306531 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez Committed by Roeland Jago Douma
Browse files

Fix "checkWellKnownUrl" not being run



The check is run only if its last parameter is true; data() tries to
convert the HTML attribute string to an actual JavaScript value, so
"true" is returned as an actual boolean instead of an string; as a
strict comparison against "true" was used the result was false and thus
the checks were not run.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent c759a789
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment