summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-05-22 11:10:01 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-05-22 11:10:01 -0500
commit5563bf9ce6dbdb168be493e1b278bdc2f5752be8 (patch)
treeb83f974d9fa24c25fe29b888d87d90ffd12ee25f /lib/api/api.rb
parent3c45906bdaed617a0e9446ca9f91222a900eafbb (diff)
downloadgitlab-ce-5563bf9ce6dbdb168be493e1b278bdc2f5752be8.tar.gz
Fix jQuery data attribute caching issue casuing expanding issues
Command | Result $link.data('lineType') | '' $link.data('line-type') | '' $link.attr('data-line-type') | 'new' $link[0].dataset.lineType | 'new'
Diffstat (limited to 'lib/api/api.rb')
0 files changed, 0 insertions, 0 deletions