Files
oav/dotclear._no/admin/js/_user.js
2023-03-20 12:18:38 +01:00

2 lines
134 B
JavaScript

'use strict';$(function(){if($('#new_pwd').length==0){return;}
const texts=getData('user');$('#new_pwd').pwstrength({texts:texts});});