slicestat plugin show function called on click on tabs
[unfold.git] / plugins / slicestat / static / js / slicestat.js
index a55a797..22277a5 100644 (file)
@@ -75,6 +75,7 @@
                
                on_show: function(ev) 
                {
+            console.log('slicestat show triggered');
                        $('iframe#' + ev.target.id + '-iframe').attr('src','http://plestats.planet-lab.eu/nodes.php?slice='+ev.data.slicename+'&order='+ev.data.o);
                },
         /* TEMPLATES */