slicestat plugin show function called on click on tabs
[unfold.git] / plugins / tabs / static / js / tabs.js
index 0452b9f..8cf9f6a 100644 (file)
@@ -67,6 +67,7 @@
             $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
                // find the plugin object inside the tab content referenced by the current tabs
                $('.plugin', $($(e.target).attr('href'))).trigger('shown.bs.tab');
+               $('.plugin', $($(e.target).attr('href'))).trigger('show');
             });
        },