Displaying 2 results from an estimated 2 matches for "onreply".
Did you mean:
noreply
2020 Jul 28
2
Phabricator down for maintenance tonight
...js/application/diff/DiffChangesetList.js
> @@ -2402,6 +2402,19 @@ JX.install('DiffChangesetList', {
> ['differential-inline-comment', 'inline-action-dropdown'],
> onmenu);
>
> + // restore button for replying to comments
> + var onreply = JX.bind(this, this._onInlineEvent, 'reply');
> + JX.Stratcom.listen(
> + 'click',
> + ['differential-inline-comment',
> 'differential-inline-reply'],
> + onreply);
> +...
2020 Jul 28
2
Phabricator down for maintenance tonight
On Tue, Jul 28, 2020 at 11:04 AM MyDeveloper Day <mydeveloperday at gmail.com>
wrote:
> Out of interest are you keeping the local modifications in a fork of the
> Phabricator source (llvm-phabricator)? Firstly we should be keeping any
> changes we make in source control but also it's good to review those
> changes.
>
I didn't innovate, Manuel set it up originally and