summaryrefslogtreecommitdiff
path: root/skins/common/preview.js
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/preview.js')
-rw-r--r--skins/common/preview.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/common/preview.js b/skins/common/preview.js
index ad096e2c..8c5c07d3 100644
--- a/skins/common/preview.js
+++ b/skins/common/preview.js
@@ -104,8 +104,7 @@ function lpStatusUpdate() {
categoryContainer.style.display = 'block';
} else {
/* Just dump them somewhere */
- /* previewContainer.innerHTML += '<div id="catlinks">' +
- categoryElement.firstChild.data + '</div>';*/
+ /* previewContainer.innerHTML += categoryElement.firstChild.data;*/
}
} else {
/* Nothing to show, hide old data */