unfold: better management of static files thanks to finders for plugins and third...
[myslice.git] / plugins / tabs / static / js / tabs.js
1 (function($){
2
3     $.fn.Tabs = function( method ) {
4
5         $('a[data-toggle="tab"]').on('shown', function (e) {
6           google.maps.event.trigger(map, 'resize');
7           //e.target // current tab
8           //e.relatedTarget // previous tab
9         });
10
11     };
12
13 })( jQuery );