mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Enhance tests
This commit is contained in:
@@ -13,7 +13,7 @@ require([
|
||||
"i18n",
|
||||
"apps/login/home/common",
|
||||
"apps/login/home/views/form"
|
||||
], function(Common, RegisterForm) {
|
||||
], function($, i18n, Common, RegisterForm) {
|
||||
Common.initialize();
|
||||
|
||||
var fieldsConfiguration = [];
|
||||
@@ -26,7 +26,7 @@ require([
|
||||
}
|
||||
})
|
||||
]).done(function(){
|
||||
$.i18n.init({
|
||||
i18n.init({
|
||||
resGetPath: Common.languagePath
|
||||
}, function() {
|
||||
var rules = [{
|
||||
|
Reference in New Issue
Block a user