aboutsummaryrefslogtreecommitdiffstats
path: root/site/js
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2011-01-28 06:59:11 +0100
committerStefan Kangas <skangas@skangas.se>2011-01-28 06:59:11 +0100
commit81aaf8416b6409773791f6575c52b33e49337f85 (patch)
tree44c8aa8ba583f0e702349f561aa316e3cc95a826 /site/js
parent822fa52d46b881da14c035f2084f1a9ad0557f99 (diff)
Change member counter colour
Diffstat (limited to 'site/js')
-rw-r--r--site/js/bramus/jsProgressBarHandler.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/js/bramus/jsProgressBarHandler.js b/site/js/bramus/jsProgressBarHandler.js
index 933a95a..0051235 100644
--- a/site/js/bramus/jsProgressBarHandler.js
+++ b/site/js/bramus/jsProgressBarHandler.js
@@ -44,7 +44,7 @@
showText : true, // show text with percentage in next to the progressbar? - default : true
width : 120, // Width of the progressbar - don't forget to adjust your image too!!!
boxImage : 'images/bramus/percentImage.png', // boxImage : image around the progress bar
- barImage : 'images/bramus/percentImage_back.png', // Image to use in the progressbar. Can be an array of images too.
+ barImage : 'images/bramus/percentImage_back1.png', // Image to use in the progressbar. Can be an array of images too.
height : 12, // Height of the progressbar - don't forget to adjust your image too!!!
onTick : function(pbObj) { return true }
}
@@ -500,4 +500,4 @@
if (autoHook == true) {
function initProgressBarHandler() { myJsProgressBarHandler = new JS_BRAMUS.jsProgressBarHandler(); }
document.observe('dom:loaded', initProgressBarHandler, false);
- } \ No newline at end of file
+ }