diff options
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) } } |