Changeset 327fd70 in prototipo_portal_2018 for prototipo/static/js/functions/DraggableSortable.js


Ignore:
Timestamp:
Oct 26, 2017, 9:45:51 AM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
ad582d7
Parents:
8d37379
Message:

Se agrego nuevas funciones de sing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/js/functions/DraggableSortable.js

    r0500480 r327fd70  
    2828        if (num == 1){
    2929          $("#firma_visible #Formato_Visible .text").hide();
    30           $('#dataX').val(0);
    31           $('#dataY').val(0);
     30          VALOR_X = 0;
     31          VALOR_Y = 0;
    3232        }else{
    33           $('#dataX').val(ui.position['left']);
    34           $('#dataY').val(ui.position['top']);
     33          VALOR_X = parseInt(ui.position['left']);
     34          VALOR_Y = parseInt(ui.position['top']);
    3535        }
    3636       
Note: See TracChangeset for help on using the changeset viewer.