SpecialRunJobs: Remove unused JSON response
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 11 Oct 2017 23:47:28 +0000 (00:47 +0100)
committerKrinkle <krinklemail@gmail.com>
Thu, 12 Oct 2017 17:20:40 +0000 (17:20 +0000)
commitfd77f4f95a20eacf40717bd3eacb940089dd62e5
tree2722059d93458be688076088b1d42eb6879a156f
parent9e341ba49dd4d514f219fdceb9e071e7ebe04445
SpecialRunJobs: Remove unused JSON response

In preparation of making SpecialRunJobs a normal special page
that doesn't override output handling, but instead uses normal
HTML-based responses for sync, and DeferredUpdates for async,
start by removing the text/plain JSON response it currently
has (also to verify that it really isn't used).

Bug: T175146
Change-Id: I8621c4e2ba94a7d312adaf04a46e1a214af909fe
includes/specials/SpecialRunJobs.php