|
|
@ -1,6 +1,8 @@
|
|
|
|
'use strict';
|
|
|
|
'use strict';
|
|
|
|
|
|
|
|
|
|
|
|
define('forum/account/edit/password', ['forum/account/header', 'translator', 'zxcvbn', 'api'], function (header, translator, zxcvbn, api) {
|
|
|
|
define('forum/account/edit/password', [
|
|
|
|
|
|
|
|
'forum/account/header', 'translator', 'zxcvbn', 'api',
|
|
|
|
|
|
|
|
], function (header, translator, zxcvbn, api) {
|
|
|
|
var AccountEditPassword = {};
|
|
|
|
var AccountEditPassword = {};
|
|
|
|
|
|
|
|
|
|
|
|
AccountEditPassword.init = function () {
|
|
|
|
AccountEditPassword.init = function () {
|
|
|
|