1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 $(document).on('ready arv:pane:loaded', function() {
6 $('[data-mount-mithril]').each(function() {
7 m.mount(this, window[$(this).data('mount-mithril')])