Changeset e3349ca in prototipo_portal_2018 for prototipo/static/js/docsDraggable.js


Ignore:
Timestamp:
Oct 19, 2017, 5:26:48 PM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
a9c1355
Parents:
eb89313
Message:

Se agrego firma visible y normal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/js/docsDraggable.js

    reb89313 re3349ca  
    8585      var viewdimen = page.getViewport(1);
    8686      console.log( "Width: " + viewdimen.width + ", Height: " + viewdimen.height);     
    87      
    88       $("#container1").attr("style", "background-image: url('"+__id+"');background-size: cover; background-repeat: no-repeat;  height:"+(viewdimen.height+40)+"px; width:"+(viewdimen.width+100)+"px");
    89      
     87
     88      $("#container1").attr("style", "background-image: url('"+__id+"');background-size: cover; background-repeat: no-repeat;  height:"+viewdimen.height+"px; width:"+viewdimen.width+"px");     
    9089
    9190    });
     
    101100  //$("#img").removeAttr('class');
    102101  //$(".cropper-container").remove();
     102  $("#pdf-main-container2").hide();
     103  $("#pdf-main-container").show();
     104
    103105  $("#file-to-upload2").trigger('click');
    104106
     
    113115        return;
    114116    }
    115 
    116117
    117118
     
    188189        num+= 1;
    189190        if (num == 1){
    190           $("#submenu2 #submenu2 .text").hide();
     191          $("#firma_visible #Formato_Visible .text").hide();
    191192          $('#dataX').val(0);
    192193          $('#dataY').val(0);
Note: See TracChangeset for help on using the changeset viewer.