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

Fixing colors in plugins pages.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4177 b35dd754-fafc-0310-a699-88a17e54d16e
parent 29ee03a3
......@@ -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 = "#915a15";
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