Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/ImageMap/resources/ext.imagemap.js
Ðазад
/*! * Add file description links to ImageMap images. */ ( function () { mw.hook( 'wikipage.content' ).add( function ( $content ) { $content.find( 'figure[class*="mw-ext-imagemap-desc-"] > :not(figcaption) .mw-file-element' ).each( function () { var resource = this.getAttribute( 'resource' ); if ( !resource ) { return; } var inner = this.parentNode; inner.classList.add( 'mw-ext-imagemap-inner' ); var desc = this.ownerDocument.createElement( 'a' ); desc.setAttribute( 'href', resource ); desc.classList.add( 'mw-ext-imagemap-desc-link' ); inner.appendChild( desc ); } ); } ); }() );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка