diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-13 20:47:41 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-13 20:47:41 +0000 |
commit | f8912ab58a52ecbfca4a53e98be8be83e45b17c1 (patch) | |
tree | 6e10f30993f28a115d3dac5204994aefbb714320 /www/ajax/rrdui.js | |
parent | eb9f54be105e309dae51bdc68025ed2a4f2a7e6a (diff) |
Older commits that never went into version control
Diffstat (limited to 'www/ajax/rrdui.js')
-rw-r--r-- | www/ajax/rrdui.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/ajax/rrdui.js b/www/ajax/rrdui.js index 4a776cb..55c68fd 100644 --- a/www/ajax/rrdui.js +++ b/www/ajax/rrdui.js @@ -630,6 +630,7 @@ function displayCategories() { changeCategory(evt || window.event); } categoryArea.insertBefore(el, template); + categoryArea.insertBefore(document.createTextNode(" "), template) } } |