← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 272: Remove "green" from matches color sequence

 

------------------------------------------------------------
revno: 272
git commit: ebb5b0b4fa04b05d699aa9393b7be04439f340ad
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sat 2012-06-23 17:25:40 +0100
message:
  Remove "green" from matches color sequence 
modified:
  interfaces/web/wui/index.html


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'interfaces/web/wui/index.html'
--- interfaces/web/wui/index.html	2012-06-12 23:27:43 +0000
+++ interfaces/web/wui/index.html	2012-06-23 16:25:40 +0000
@@ -127,7 +127,7 @@
 
 
 		function show_results (json, param) {
-			var color_list = ["#181", "#118", "#811", "#807", "#F50", "#f00", "#f39", "#f43", "#660", "#444"];
+			var color_list = [ "#118", "#811", "#807", "#F50", "#f00", "#f39", "#f43", "#660", "#444"]; //"#181"
 			var results = "";
 			var results_pages = "";