Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/108014


Change subject: Empty translation field
......................................................................

Empty translation field

Change-Id: I3efd2a37fe21c0ddef45eff3a4d43e557d5b7423
---
M modules/translation/ext.cx.translation.js
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/14/108014/1

diff --git a/modules/translation/ext.cx.translation.js 
b/modules/translation/ext.cx.translation.js
index d6cdd88..492c7eb 100644
--- a/modules/translation/ext.cx.translation.js
+++ b/modules/translation/ext.cx.translation.js
@@ -39,8 +39,7 @@
 
                $content = $( '<div>' )
                        .attr( 'contenteditable', true )
-                       .addClass( 'cx-column__content' )
-                       .text( 'Translated text' );
+                       .addClass( 'cx-column__content' );
 
                this.$container.append( $content );
        };

-- 
To view, visit https://gerrit.wikimedia.org/r/108014
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3efd2a37fe21c0ddef45eff3a4d43e557d5b7423
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to