Commit d2b2c7f6 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Change color in plugins.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4180 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2756d9cc
......@@ -151,7 +151,7 @@
function downloadPlugin(url, id) {
downloading = true;
document.getElementById(id + "-image").innerHTML = '<img src="images/working-16x16.gif" border="0"/>';
document.getElementById(id).style.background = "#915a15";
document.getElementById(id).style.background = "#FFFFCC";
setTimeout("startDownload('" + url + "','" + id + "')", 5000);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment