mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "Revert drag marker GIF to previous version"
This commit is contained in:
commit
4717bd9248
|
@ -33,7 +33,8 @@ ve.ce.RelocatableNode = function VeCeRelocatableNode( $relocatable ) {
|
|||
// Initialization
|
||||
this.$relocatableMarker
|
||||
.addClass( 've-ce-relocatableNode-marker' )
|
||||
.attr( 'src', 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7' )
|
||||
// Do not change this src encoding. This encoding is required for the desired UI effect.
|
||||
.attr( 'src', 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==' )
|
||||
.on( {
|
||||
'dragstart': ve.bind( this.onRelocatableDragStart, this ),
|
||||
'dragend': ve.bind( this.onRelocatableDragEnd, this )
|
||||
|
|
Loading…
Reference in a new issue