Skip to content

Commit

Permalink
Acerca de actualizado
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Jan 7, 2025
1 parent 08d275e commit 8083d14
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/views/msip/hogar/_acerca_tecno_msip.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,14 @@
</span>
</li>

<li>jQuery
<span id='ver_jquery'></span>
<script type="module">$('#ver_jquery').html($.fn.jquery)</script>
</li>

<li>
<div class='btn'>Bootstrap</div>
<span id='ver_bootstrap'></span>
<script type="module">
setTimeout(() => {
let vb = document.querySelector("#ver_bootstrap");
vb.innerHTML = $.fn.tooltip.Constructor.VERSION;
debugger
vb.innerHTML = bootstrap.Tooltip.VERSION;
}, 2000);
</script>
</li>
Expand Down

0 comments on commit 8083d14

Please sign in to comment.