Anton Shestakov <av6@dwimlabs.net>, Sun, 05 Jul 2015 23:30:58 +0800
update to Bootstrap 3
static/js/framework/views/workspaces.js
Permissions: -rw-r--r--
var WorkspaceTabsView = CollectionView.extend({ initialize: function(options) { this.compileTemplates(options.templates); renderItem: function(workspace) { return $(this.templates.tab(workspace.toJSON())); appendItem: function(workspace) { var $item = this.renderItem(workspace); activate: function(workspace) { this.$el.find('[data-workspace]').removeClass('active'); this.$el.find('[data-workspace="' + workspace + '"]').addClass('active');