$(function() {
    $el = $('.js-batch-authority-search');
    BatchAuthoritySearch.$el = $el;

    $el.on(Events.loading, addLoadingClass);