Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Mar 6, 2025
1 parent 171debb commit 5863047
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions js/src/Service/dropdownService.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import $ from 'external/jquery';

class DropdownService {
getDefaultFomanticUiSettings() {
return [
Expand Down
2 changes: 0 additions & 2 deletions js/src/Service/toastService.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import $ from 'external/jquery';

class ToastService {
getDefaultFomanticUiSettings() {
return [
Expand Down
6 changes: 0 additions & 6 deletions public/js/atkjs-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2899,9 +2899,6 @@ __webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
/* harmony export */ });
/* harmony import */ var external_jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! external/jquery */ "external/jquery");
/* harmony import */ var external_jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(external_jquery__WEBPACK_IMPORTED_MODULE_0__);

class DropdownService {
getDefaultFomanticUiSettings() {
return [{
Expand Down Expand Up @@ -3773,9 +3770,6 @@ __webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
/* harmony export */ });
/* harmony import */ var external_jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! external/jquery */ "external/jquery");
/* harmony import */ var external_jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(external_jquery__WEBPACK_IMPORTED_MODULE_0__);

class ToastService {
getDefaultFomanticUiSettings() {
return [{
Expand Down
2 changes: 1 addition & 1 deletion public/js/atkjs-ui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/atkjs-ui.min.js.map

Large diffs are not rendered by default.

0 comments on commit 5863047

Please sign in to comment.