chg: [ui:galaxy_matrix] Resize matrix header on load

pull/9677/head
Sami Mokaddem 2024-04-11 16:35:58 +02:00
parent 353e8c5195
commit b5b0412022
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class AppController extends Controller
public $helpers = array('OrgImg', 'FontAwesome', 'UserName');
private $__queryVersion = '160';
private $__queryVersion = '161';
public $pyMispVersion = '2.4.188';
public $phpmin = '7.2';
public $phprec = '7.4';

View File

@ -17,6 +17,8 @@
});
adapt_position_from_viewport();
var firstTabId = $('#attack-matrix-tabscontroller span[data-toggle="tab"]:first').attr('href');
resizeHeader(firstTabId);
$('.ajax_popover_form .btn-matrix-submit').click(function() {
makeTagging(pickedGalaxies);