Fix "the the" typo

Bug: T201491
Change-Id: I93f905e2f83c6f93aa75a3c826897c165873f6f5
This commit is contained in:
Zoranzoki21 2018-08-25 12:55:44 +00:00
parent 268e8b3ffe
commit 7ccbaa3539

View file

@ -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