1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 23:24:04 +02:00

Admin Panel: Plugins Manager - issue with broken homepage url in the Info Modal - fixed

This commit is contained in:
Awilum
2019-01-05 22:08:16 +03:00
parent 4a91eb4679
commit e29eee8489

View File

@@ -101,7 +101,7 @@ use Flextype\Component\{Http\Http, Event\Event, Registry\Registry, Assets\Assets
$('.js-plugin-author-name-placeholder').html($(this).attr('data-author-name'));
$('.js-plugin-author-email-placeholder').html($(this).attr('data-author-email'));
$('.js-plugin-author-url-placeholder').html($(this).attr('data-author-url'));
$('.js-plugin-homeentry-placeholder').html($(this).attr('data-homeentry'));
$('.js-plugin-homepage-placeholder').html($(this).attr('data-homepage'));
$('.js-plugin-bugs-placeholder').html($(this).attr('data-bugs'));
$('.js-plugin-license-placeholder').html($(this).attr('data-license'));
});
@@ -137,7 +137,7 @@ use Flextype\Component\{Http\Http, Event\Event, Registry\Registry, Assets\Assets
theme: "monokai",
styleActiveLine: true,
});
editor.addKeyMap({
"Tab": function (cm) {
if (cm.somethingSelected()) {