• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

divio / django-cms / #29546

24 Nov 2022 11:39AM UTC coverage: 77.399%. Remained the same
#29546

push

travis-ci

web-flow
build: bump loader-utils from 1.4.0 to 1.4.2 (#7435)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabian Braun <fsbraun@gmx.de>

1074 of 1547 branches covered (69.42%)

2565 of 3314 relevant lines covered (77.4%)

33.05 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/cms/static/cms/js/modules/shortcuts/toolbar.js
1
import keyboard from '../keyboard';
2
import $ from 'jquery';
3

4
// eslint-disable-next-line require-jsdoc
5
export default function () {
6
    var data = CMS.config.lang.shortcutAreas[0].shortcuts.toolbar;
1✔
7

8
    keyboard.setContext('cms');
1✔
9
    keyboard.bind(data.shortcut.split(' / '), function () {
1✔
10
        if (CMS.settings.toolbar === 'expanded') {
×
11
            $('.cms-toolbar-item-navigation:first a:first').focus();
×
12
        } else {
13
            $('.cms-toolbar-trigger a').focus();
×
14
        }
15
    });
16
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc