Skip to content

Commit

Permalink
moderniza
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Jan 10, 2025
1 parent 9a31c38 commit 26d945f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/dummy/app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ if (typeof window.Rails == 'undefined') {
}
import {Turbo} from '@hotwired/turbo-rails';

import './jquery'
import '../../vendor/assets/javascripts/jquery-ui'

import 'popper.js' // Dialogos emergentes usados por bootstrap
import * as bootstrap from 'bootstrap' // Maquetacion y elementos de diseño
window.bootstrap = bootstrap

import Msip__Motor from "./controllers/msip/motor"
window.Msip__Motor = Msip__Motor
Expand Down Expand Up @@ -41,6 +39,11 @@ window.configuracionTomSelect = {

import ApexCharts from 'apexcharts'
window.ApexCharts = ApexCharts
import apexes from 'apexcharts/dist/locales/es.json'
Apex.chart = {
locales: [apexes],
defaultLocale: 'es',
}

import 'gridstack'

Expand Down

0 comments on commit 26d945f

Please sign in to comment.