Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Sep 2017 19:31:42 +0800
pipelines: retain ~/.cache/pip between runs
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.$('[data-workspace]').removeClass('active'); this.$('[data-workspace="' + workspace + '"]').addClass('active');