Файловый менеджер - Редактировать - /var/www/html/components/com_community/assets/postbox/js/views/inputbox/videourl.js
Ðазад
define('views/inputbox/videourl',[ 'sandbox', 'views/inputbox/base', 'utils/language' ], // definition // ---------- function( $, InputboxView, language ) { return InputboxView.extend({ template: joms.jst[ 'html/inputbox/videourl' ], render: function() { var div = this.getTemplate(); this.$el.replaceWith( div ); this.setElement( div ); InputboxView.prototype.render.apply( this, arguments ); }, onKeydown: function( e ) { if ( e && e.keyCode === 13 ) e.preventDefault(); var that = this; $.defer(function() { that.updateInput( e ); }); }, getTemplate: function() { var hint = language.get('video.link_hint') || '', html = this.template({ placeholder: hint }); return $( html ); } }); });
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка