@@ -158,4 +158,7 @@ html,body{
}
#tabs-list span.tab.clicked{
background-color: lightgrey;
+}
+#tabs-list span.tab:hover{
+ background-color: grey;
@@ -39,6 +39,7 @@
},
selectTab: function(id){
+ $o.event('tab_select',id);
if(id<tabs.length-1&&id>=0){
selectedTab=id;