changed getRandomMetroColor to getMetroColor

This commit is contained in:
Techywarrior 2013-03-31 20:45:32 -07:00
parent d27b583884
commit f5550ea802
5 changed files with 22 additions and 7 deletions

View file

@ -54,7 +54,7 @@
}
}
var color = plugin.tileColor || Dashboard.getRandomMetroColor();
var color = plugin.tileColor || Dashboard.getMetroColor(plugin.name);
html += "<div class='posterViewItemText' style='background:" + color + "'>";