updated bower components

- updated bootstrap-datepicker to 1.9.0
- updated chart.js to 1.1.1
- updated ckeditor to 4.12.1
- updated jquery to 3.4.1
- updated raphael to 2.2.7
- updated select2 to 4.0.8
This commit is contained in:
REJack
2019-08-09 13:38:10 +02:00
parent 239be16dac
commit 785cd511fd
471 changed files with 19589 additions and 26689 deletions

View File

@@ -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'
);