mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-14 19:31:55 +00:00
Fix "the the" typo
Bug: T201491 Change-Id: I93f905e2f83c6f93aa75a3c826897c165873f6f5
This commit is contained in:
parent
268e8b3ffe
commit
7ccbaa3539
|
@ -266,7 +266,7 @@
|
|||
|
||||
// Automatically copy the value of the internal link page title field to the link text field unless the
|
||||
// user has changed the link text field - this is a convenience thing since most link texts are going to
|
||||
// be the the same as the page title - Also change the internal/external radio button accordingly
|
||||
// be the same as the page title - Also change the internal/external radio button accordingly
|
||||
$( '#wikieditor-toolbar-link-int-target' ).on( 'change keydown paste cut', function () {
|
||||
// $( this ).val() is the old value, before the keypress - Defer this until $( this ).val() has
|
||||
// been updated
|
||||
|
|
Loading…
Reference in a new issue