Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
42bb28ee
Commit
42bb28ee
authored
Jan 11, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve recaptcha_modal
parent
9389482d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
app/assets/javascripts/vue_shared/components/recaptcha_modal.vue
...ets/javascripts/vue_shared/components/recaptcha_modal.vue
+0
-29
No files found.
app/assets/javascripts/vue_shared/components/recaptcha_modal.vue
View file @
42bb28ee
<
script
>
import
modal
from
'
./modal.vue
'
;
<<<<<<<
HEAD
export
default
{
name
:
'
RecaptchaModal
'
,
components
:
{
modal
,
},
=======
export
default
{
name
:
'
RecaptchaModal
'
,
>>>>>>>
upstream
/
master
components
:
{
modal
,
...
...
@@ -25,24 +16,12 @@ export default {
},
},
<<<<<<<
HEAD
watch
:
{
html
()
{
this
.
appendRecaptchaScript
();
},
},
mounted
()
{
window
.
recaptchaDialogCallback
=
this
.
submit
.
bind
(
this
);
},
=======
data
()
{
return
{
script
:
{},
scriptSrc
:
'
https://www.google.com/recaptcha/api.js
'
,
};
},
>>>>>>>
upstream
/
master
watch
:
{
html
()
{
...
...
@@ -69,13 +48,6 @@ export default {
document
.
body
.
appendChild
(
script
);
},
<<<<<<<
HEAD
submit
()
{
this
.
$el
.
querySelector
(
'
form
'
).
submit
();
},
},
};
=======
removeRecaptchaScript
()
{
if
(
this
.
script
instanceof
Element
)
this
.
script
.
remove
();
},
...
...
@@ -90,7 +62,6 @@ export default {
},
},
};
>>>>>>>
upstream
/
master
</
script
>
<
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment