mediawiki.special.upload: use spinner from jquery.spinner
authorOri Livneh <ori@wikimedia.org>
Sat, 15 Aug 2015 04:13:53 +0000 (21:13 -0700)
committerOri Livneh <ori@wikimedia.org>
Sat, 15 Aug 2015 04:18:20 +0000 (21:18 -0700)
commit6a70cc6968a3780c0b118e07f02f5ef015e655bb
treede6fac7818f04514597db1b658693f4681835ce1
parent5810fc651531fc587f2131f3160f50cc2defa070
mediawiki.special.upload: use spinner from jquery.spinner

mediawiki.special.upload already depends on jquery.spinner, which supplies its
own spinner CSS classes which utilize the same image (spinner.gif) that
.mw-small-spinner uses. Both are /* @embed */-ed, which causes unnecessary
bloat. By using the class from jquery.spinner, we can stop embedding the one in
mediawiki.legacy. (This will happen in a follow-up patch.)

Change-Id: I2a2556a0a46b134a3e83f63733d988bbd8890323
resources/src/mediawiki.special/templates/thumbnail.html