芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/hocabayucatan.gob.mx/media/com_admin/js/admin-help-es5.js
(function () { 'use strict'; /** * @copyright (C) 2021 Open Source Matters, Inc.
* @license GNU General Public License version 2 or later; see LICENSE.txt */ var helpIndex = document.getElementById('help-index'); if (helpIndex) { [].slice.call(helpIndex.querySelectorAll('a')).map(function (element) { return element.addEventListener('click', function () { window.scroll(0, 0); }); }); } }());