mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
ddcdf0a04f
Summary: Fixes T3473, mostly reverts previous changes to clean up required field text, will have to redesign that in general for responsiveness. Test Plan: use logout form, use new conpherence form Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T3473 Differential Revision: https://secure.phabricator.com/D6371
9 lines
206 B
JavaScript
9 lines
206 B
JavaScript
/**
|
|
* @provides javelin-behavior-phabricator-busy-example
|
|
* @requires phabricator-busy
|
|
* javelin-behavior
|
|
*/
|
|
|
|
JX.behavior('phabricator-busy-example', function(config) {
|
|
JX.Busy.start();
|
|
});
|