Commit 0dfd3f98 authored by PkSM3's avatar PkSM3

redimension OK

parent 5dfb01c2
...@@ -2,6 +2,7 @@ var counterrrr=0; ...@@ -2,6 +2,7 @@ var counterrrr=0;
$( window ).resize(function() { $( window ).resize(function() {
counterrrr++; counterrrr++;
$("#log").html("redimension nro: "+counterrrr); $("#log").html("redimension nro: "+counterrrr);
sigmaLimits();
}); });
if (mainfile) { if (mainfile) {
...@@ -66,7 +67,7 @@ function sigmaLimits(){ ...@@ -66,7 +67,7 @@ function sigmaLimits(){
} }
function bringTheNoise(pathfile,type){ function bringTheNoise(pathfile,type){
$('.modal').modal('show');
sigmaLimits(); sigmaLimits();
partialGraph = sigma.init(document.getElementById('sigma-example')) partialGraph = sigma.init(document.getElementById('sigma-example'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment