Giter VIP home page Giter VIP logo

Comments (5)

d9-197 avatar d9-197 commented on August 25, 2024

from blink_camera.

llaumgui avatar llaumgui commented on August 25, 2024

J'ai ça moi:

<span class="cmd reportModeHidden cmd-widget" style="display: inline !important;margin-right: 2px;" data-type="action" data-subtype="other" data-cmd_id="6500" data-cmd_uid="cmd6500__1161545205__" data-version="dashboard" data-eqlogic_id="523"><br>
  <a class="btn btn-sm btn-default action cmdName tooltips" title="Prendre une vidéo" style="background-color:#9575cd !important;border-color : transparent !important;margin-top: 2px;"><i class="fa fa-video-camera"></i></a>
  <script>
    $('.cmd[data-cmd_uid=cmd6500__1161545205__]:last .action').off('click').on('click', function () {
      jeedom.cmd.execute({id: '6500'});
    });
    if ($('.cmd[data-cmd_uid=cmd6500__1161545205__]:last').prev().data('subtype') != undefined && $('.cmd[data-cmd_id=6500]:last').prev().data('subtype') != 'other'
    && $('.cmd[data-cmd_uid=cmd6500__1161545205__]:last').prev().css('display') != 'block') {
      $('.cmd[data-cmd_uid=cmd6500__1161545205__]:last').prepend('<br/>');
    }
  </script>
</span>

Après il y a un prepend qui rajoute un
mais moi j'ai un
.

from blink_camera.

llaumgui avatar llaumgui commented on August 25, 2024

Hum la cache à cocher rajoute un
:

if ($cmd->getDisplay('forceReturnLineAfter', 0) == 1) {

from blink_camera.

llaumgui avatar llaumgui commented on August 25, 2024

Ok, c'est le JS qui rajoute le
je viens de changer la position et plus de problème.

from blink_camera.

d9-197 avatar d9-197 commented on August 25, 2024

Quel JS ? celui du plugin ?
J'ai une correction à faire ou je peux fermer l'issue ?

Es tu sur le widget standard ?

from blink_camera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.