diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2017-05-22 11:10:01 -0500 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2017-05-22 11:10:01 -0500 |
commit | 5563bf9ce6dbdb168be493e1b278bdc2f5752be8 (patch) | |
tree | b83f974d9fa24c25fe29b888d87d90ffd12ee25f /lib/api/api.rb | |
parent | 3c45906bdaed617a0e9446ca9f91222a900eafbb (diff) | |
download | gitlab-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