BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
be49b15a
Commit
be49b15a
authored
Mar 02, 2017
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dm-dont-copy-toolip' into 'master'
Don't copy tooltip when copying GFM Closes #28802 See merge request !9563
parents
18188136
b31c64e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
copy_as_gfm.js.es6
app/assets/javascripts/copy_as_gfm.js.es6
+3
-0
dm-dont-copy-toolip.yml
changelogs/unreleased/dm-dont-copy-toolip.yml
+4
-0
No files found.
app/assets/javascripts/copy_as_gfm.js.es6
View file @
be49b15a
...
...
@@ -25,6 +25,9 @@ require('./lib/utils/common_utils');
},
},
ReferenceFilter: {
'.tooltip'(el, text) {
return '';
},
'a.gfm:not([data-link=true])'(el, text) {
return el.dataset.original || text;
},
...
...
changelogs/unreleased/dm-dont-copy-toolip.yml
0 → 100644
View file @
be49b15a
---
title
:
Don't copy tooltip when copying GFM
merge_request
:
author
:
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