From 76108c9c16b4ba3423f849115fa22d8cfd13ab1d Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 14 Feb 2017 16:16:20 +0100 Subject: [PATCH] Style new tasks so we can identify them and avoid double-load --- src/scripts/tutti/10_tasks.js | 4 ++-- src/styles/_app_base.sass | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/scripts/tutti/10_tasks.js b/src/scripts/tutti/10_tasks.js index db91088..b2cbb69 100644 --- a/src/scripts/tutti/10_tasks.js +++ b/src/scripts/tutti/10_tasks.js @@ -67,7 +67,7 @@ function item_open(item_id, item_type, pushState, project_url) $('#item-details').html(item_data); $('#col_right .col_header span.header_text').text(item_type + ' details'); current_item - .removeClass('processing') + .removeClass('processing newborn') .addClass('active'); }).fail(function(xhr) { @@ -189,7 +189,7 @@ function task_add(shot_id, task_id, task_type) /* WARNING: This is a copy of an element of attract/shots/for_project .item-list.col-list * If that changes, change this too. */ $list_cell.append('\ -