mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
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: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
|---|---|---|
| .. | ||
| settings | ||
| admin.js | ||
| apps.js | ||
| authtoken.js | ||
| authtoken_collection.js | ||
| authtoken_view.js | ||
| certificates.js | ||
| federationscopemenu.js | ||
| federationsettingsview.js | ||
| log.js | ||
| security_password.js | ||
| settings-vue.js | ||
| settings-vue.js.map | ||
| settings.js | ||
| usersettings.js | ||