Changeset adb2e3a in firmaeventos for static/js/DraggableSortable.js


Ignore:
Timestamp:
Nov 22, 2017, 1:42:28 PM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
b1fd023
Parents:
fd66636
Message:

Acomodado bug del QR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/js/DraggableSortable.js

    r406146f radb2e3a  
    1111
    1212  // initialize drag
     13  $("#texto").hide();
    1314  new Draggable(element, options);
    1415
     
    1718
    1819function NuevoObjectoInicial(){
    19 
     20  $("#texto").hide();
    2021  var num = 0;
    2122  $( ".text" ).draggable({
Note: See TracChangeset for help on using the changeset viewer.