From 39f1c2bae1b33bb70fcdf27f065a0c926107d171 Mon Sep 17 00:00:00 2001 From: mpl Date: Sat, 8 Jun 2013 19:08:09 +0200 Subject: [PATCH] ui: published gallery fix Change-Id: I42320d31da7393a2062833897ec581a245608d7c --- server/camlistored/ui/pics.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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(''); }