diff options
| author | tim b <timb@camcompu.home> | 2010-04-07 18:59:50 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-04-07 18:59:50 -0700 |
| commit | 6440348618ade4fbcb541c40473074833a47d198 (patch) | |
| tree | 537ab7e4f0af7deba51bbfb360fe490968d651f8 /static/js/win.js | |
| parent | 4f09c8a882e8ae2ad1c7944a8c2a5939c9c9f7ad (diff) | |
| parent | 42df4633bb7588e8632e45013880ee4fc2bc3d6c (diff) | |
fixing merge conflicts
Diffstat (limited to 'static/js/win.js')
| -rw-r--r-- | static/js/win.js | 6 |
1 files changed, 3 insertions, 3 deletions
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( '<table><tr><td>$1</td>' + '<td style="text-align:right">' + - '<img src="/static/buttontop.gif" class="divTitleButton" id="dragButton$2" ' + + '<img src="/static/img/buttontop.gif" class="divTitleButton" id="dragButton$2" ' + 'onmousedown="javascript:toggleContentWin($2)" /></td>' + '</tr></table>', 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"; } } |
