r105724 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r105723
|
r105724
|
r105725
>
Date:
22:00, 9 December 2011
Author:
tparscal
Status:
deferred
Tags:
Comment:
Fixed clear button - has to clear the input or it will get re-applied
Modified paths:
/trunk/extensions/VisualEditor/modules/es/inspectors/es.LinkInspector.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/VisualEditor/modules/es/inspectors/es.LinkInspector.js
—
—
@@ -26,7 +26,9 @@
27
27
/link\/.*/
28
28
);
29
29
surfaceModel.transact( tx );
30
+ _this.$locationInput.val( '' );
30
31
_this.context.closeInspector();
32
+ return false;
31
33
} );
32
34
};
33
35
Status & tagging log
07:46, 10 December 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r105724
[
removed:
new
added:
deferred]