aboutsummaryrefslogtreecommitdiff
path: root/muamba.js
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-26 22:57:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-26 22:57:37 -0300
commit804ed5f81b4e89a66e3e232d641360be23722902 (patch)
tree5a1e6e0afaf1f631a1a8ebb104b4fa6e813f5c0e /muamba.js
parent3697ce7f9d83762c8ac015f11219b0d02f9ddf3e (diff)
downloadmuamba-804ed5f81b4e89a66e3e232d641360be23722902.tar.gz
muamba-804ed5f81b4e89a66e3e232d641360be23722902.tar.bz2
Commenting out colorbox at messages link
Diffstat (limited to 'muamba.js')
-rw-r--r--muamba.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/muamba.js b/muamba.js
index b1f9062..6d52867 100644
--- a/muamba.js
+++ b/muamba.js
@@ -10,7 +10,7 @@
// append the required parameters
// TODO: there might be already a ? at the url,
// in that case use & instead
- var newUrl = oldUrl + '?template=colorbox';
+ var newUrl = oldUrl + '?width=500&height=500&template=colorbox';
// update the links href
$(this).attr('href', newUrl);
});