Skip to content

Commit

Permalink
Mueve temas a controllers/motor.js. Avanza https://gitlab.com/pasosde…
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Aug 21, 2024
1 parent 6e5efc0 commit efdcbfe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/cor1440_gen.git
revision: 43313fe57e5f88d732ff0072c55bd7a73da4ce7b
revision: a09942bb6d1e1f390ac122aad2fb65b0d7d45c31
branch: v2.2
specs:
cor1440_gen (2.2.0.beta6)
Expand All @@ -46,7 +46,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/heb412_gen.git
revision: 231c943cc19e223b5efd0c6fe1218a9c1a9c523a
revision: 16e3c3c8c5ced9320abb7b59257865ced97414ae
branch: v2.2
specs:
heb412_gen (2.2.0.beta6)
Expand All @@ -65,7 +65,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/mr519_gen.git
revision: 8eefff9ced139625fd9c1dc8eb3247118be150ea
revision: 4b02af976ae1ca6e0e309f9774aebd5d8c2f25c2
branch: v2.2
specs:
mr519_gen (2.2.0.beta6)
Expand All @@ -74,7 +74,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/msip.git
revision: e699bcb61b61d41cd10c5e5811de4b57a76cb80f
revision: ae47e85a7fabed7fcccc8031c2dbea7c7fd1f1ad
branch: v2.2
specs:
msip (2.2.0.beta6)
Expand All @@ -94,7 +94,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/sivel2_gen.git
revision: 80ce85cacb5b316f48f55f44fbcd0f6eb657011b
revision: f319908161bb95cda7faee1b85a849dd871d09c7
branch: v2.2
specs:
sivel2_gen (2.2.0.beta6)
Expand Down Expand Up @@ -228,7 +228,7 @@ GEM
coffee-script-source (1.12.2)
color (1.8)
colorize (1.1.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
cuprite (0.15.1)
Expand Down Expand Up @@ -299,10 +299,10 @@ GEM
matrix (0.4.2)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0806)
mime-types-data (3.2024.0820)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
minitest (5.25.1)
minitest-reporters (1.7.1)
ansi
builder
Expand Down Expand Up @@ -340,7 +340,7 @@ GEM
nokogiri (>= 1.12.0)
rubyzip (>= 1.3.0)
orm_adapter (0.5.0)
parallel (1.26.1)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -423,7 +423,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.4)
rexml (3.3.5)
strscan
rspreadsheet (0.5.3)
andand (>= 1.3)
Expand All @@ -439,7 +439,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
Expand Down Expand Up @@ -480,7 +480,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stimulus-rails (1.3.3)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.1)
strscan (3.1.0)
Expand Down
3 changes: 2 additions & 1 deletion app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ document.addEventListener('turbo:load', (e) => {

console.log('Escuchador turbo:render')

msip_ejecutarAlCargarPagina(window)
msip_ejecutarAlCargarPagina(window) // Establece root.puntomontaje
Msip__Motor.ejecutarAlCargarPagina()
})

import "./controllers"
Expand Down

0 comments on commit efdcbfe

Please sign in to comment.