[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/plg_installer_urlinstaller/js/ -> urlinstaller-es5.js (source)

   1  (function () {
   2    'use strict';
   3  
   4    /**
   5     * @copyright   (C) 2020 Open Source Matters, Inc. <https://www.joomla.org>
   6     * @license     GNU General Public License version 2 or later; see LICENSE.txt
   7     */
   8    Joomla = window.Joomla || {};
   9  
  10    (function (Joomla) {
  11      document.addEventListener('DOMContentLoaded', function () {
  12        Joomla.submitbuttonurl = function () {
  13          var form = document.getElementById('adminForm');
  14          var loading = document.getElementById('loading');
  15  
  16          if (loading) {
  17            loading.classList.remove('hidden');
  18          }
  19  
  20          form.installtype.value = 'url';
  21          form.submit();
  22        };
  23      });
  24    })(Joomla);
  25  
  26  })();


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer