diff --git a/server/camlistored/ui/pics.js b/server/camlistored/ui/pics.js
index ffa929d81..9bb7ba593 100644
--- a/server/camlistored/ui/pics.js
+++ b/server/camlistored/ui/pics.js
@@ -1,6 +1,10 @@
// jquery-colorbox browsable photo gallery
+// TODO(mpl): something about camligroup is broken,
+// hence why the call to it is commented out.
+// Not worth fixing for now as I suppose we may replace
+// all this with some closure eye candy eventually?
function addColorboxen() {
$(document).ready(function() {
$('li > a').each(function() {
@@ -108,5 +112,5 @@ if (typeof window['jQuery'] == 'undefined') {
document.write('');
document.write('');
document.write('');
- document.write('');
+// document.write('');
}