Skip to content

Commit 595bf6b

Browse files
committed
Update binary.
1 parent 5e39099 commit 595bf6b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: bin/drupalgap.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -10346,7 +10346,12 @@ function user_login_form(form, form_state) {
1034610346
value: 'Login'
1034710347
};
1034810348
if (user_register_access()) {
10349-
form.suffix = bl('Create new account', 'user/register');
10349+
form.buttons['create_new_account'] = {
10350+
title: 'Create new account',
10351+
attributes: {
10352+
onclick: "drupalgap_goto('user/register')"
10353+
}
10354+
};
1035010355
}
1035110356
return form;
1035210357
}

0 commit comments

Comments
 (0)