mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 05:47:45 +08:00
Fixed automatic tab selecting/opening in dashboard plugin view.
This commit is contained in:
@@ -47,8 +47,8 @@ window.PluginView = Backbone.View.extend({
|
||||
$('#tab-link-'+this.tabId+' > a').addClass('active');
|
||||
}
|
||||
else {
|
||||
$('#plugin-tabs-nav > dd > a').addClass('active');
|
||||
$('.tabs-content > li').show();
|
||||
$('#plugin-tabs-nav > dd > a:first').addClass('active');
|
||||
$('.tabs-content > li:first').show();
|
||||
}
|
||||
},
|
||||
addTab: function (tabName, id) {
|
||||
|
||||
Reference in New Issue
Block a user