Merge "Revert drag marker GIF to previous version"

This commit is contained in:
jenkins-bot 2013-09-24 15:52:03 +00:00 committed by Gerrit Code Review
commit 4717bd9248

View file

@ -33,7 +33,8 @@ ve.ce.RelocatableNode = function VeCeRelocatableNode( $relocatable ) {
// Initialization // Initialization
this.$relocatableMarker this.$relocatableMarker
.addClass( 've-ce-relocatableNode-marker' ) .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( { .on( {
'dragstart': ve.bind( this.onRelocatableDragStart, this ), 'dragstart': ve.bind( this.onRelocatableDragStart, this ),
'dragend': ve.bind( this.onRelocatableDragEnd, this ) 'dragend': ve.bind( this.onRelocatableDragEnd, this )