From bb6c557b0ec2c154d4da7aa3b291eebe942b9046 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Tue, 6 Apr 2010 21:49:33 -0400 Subject: Deleted static files, updated css --- static/js/win.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/js/win.js') diff --git a/static/js/win.js b/static/js/win.js index 7571791..670d6b4 100644 --- a/static/js/win.js +++ b/static/js/win.js @@ -85,7 +85,7 @@ function CreateDropdownWindow( caption, theWidth, canMove, contentSource, startX newdiv.innerHTML = jstrprintf( '' + '' + '
$1' + - '
', caption, nextID); @@ -155,14 +155,14 @@ function toggleContentWin(id) { elem.style.display = "block"; // Change the button's image - img.src = "/static/buttontop.gif"; + img.src = "/static/img/buttontop.gif"; } else { // showing, so hide elem.style.display = "none"; // Change the button's image - img.src = "/static/buttonbottom.gif"; + img.src = "/static/img/buttonbottom.gif"; } } -- cgit v1.2.3-70-g09d2