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