mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update AdminLTE
- from 2.4.5 to 2.4.18 (cannot detect any issues) - set default scancycle for Apple Devices to 1
This commit is contained in:
@@ -106,7 +106,7 @@ test('dropdown is positioned down with static margins', function (assert) {
|
||||
);
|
||||
|
||||
assert.equal(
|
||||
$dropdown.css('top').substring(0, 2),
|
||||
$dropdown.css('top').replace(/\D+/, ''),
|
||||
$container.outerHeight() + 5,
|
||||
'The offset should be 5px at the top'
|
||||
);
|
||||
@@ -164,7 +164,7 @@ test('dropdown is positioned down with absolute offsets', function (assert) {
|
||||
);
|
||||
|
||||
assert.equal(
|
||||
$dropdown.css('top').substring(0, 2),
|
||||
$dropdown.css('top').replace(/\D+/, ''),
|
||||
$container.outerHeight(),
|
||||
'There should not be an extra top offset'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user