mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 08:23:52 +00:00
Merge "Log an EditAttemptStep session-abort when refreshing the page contents"
This commit is contained in:
commit
679fbba088
|
@ -966,6 +966,11 @@ ReplyWidget.prototype.onNewCommentsShowClick = function () {
|
|||
feature: 'notificationNewComments',
|
||||
action: 'page-update'
|
||||
} );
|
||||
mw.track( 'editAttemptStep', {
|
||||
action: 'abort',
|
||||
mechanism: 'navigate',
|
||||
type: 'pageupdate'
|
||||
} );
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue