aboutsummaryrefslogtreecommitdiff
path: root/muamba.js
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-26 23:32:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-26 23:32:32 -0300
commitfa79ee7ea6e3c06bb68b44cf4c78fb7f339b5f06 (patch)
tree662587dd5b9542a657c3cced55b71fca62b87c55 /muamba.js
parent804ed5f81b4e89a66e3e232d641360be23722902 (diff)
downloadmuamba-fa79ee7ea6e3c06bb68b44cf4c78fb7f339b5f06.tar.gz
muamba-fa79ee7ea6e3c06bb68b44cf4c78fb7f339b5f06.tar.bz2
Implementing hook_privatemsg_view_alter()
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 6d52867..5d1c4db 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 + '?width=500&height=500&template=colorbox';
+ var newUrl = oldUrl + '&template=colorbox';
// update the links href
$(this).attr('href', newUrl);
});