From 64ccbe4b1cda5bf0439c326d6596d66a47ebcf55 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 4 Jun 2013 11:30:55 +0530 Subject: [PATCH] [todo] [fix] wnframework #151 --- core/page/todo/todo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/page/todo/todo.js b/core/page/todo/todo.js index 7bda224f71..638f8d2618 100644 --- a/core/page/todo/todo.js +++ b/core/page/todo/todo.js @@ -47,7 +47,7 @@ erpnext.todo.refresh = function() { erpnext.todo.ToDoItem = Class.extend({ init: function(todo) { label_map = { - 'High': 'label-important', + 'High': 'label-danger', 'Medium': 'label-info', 'Low':'' }