Commit 0dfd3f98 authored by PkSM3's avatar PkSM3

redimension OK

parent 5dfb01c2
......@@ -2,6 +2,7 @@ var counterrrr=0;
$( window ).resize(function() {
counterrrr++;
$("#log").html("redimension nro: "+counterrrr);
sigmaLimits();
});
if (mainfile) {
......@@ -66,7 +67,7 @@ function sigmaLimits(){
}
function bringTheNoise(pathfile,type){
$('.modal').modal('show');
sigmaLimits();
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