From fa79ee7ea6e3c06bb68b44cf4c78fb7f339b5f06 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Sep 2011 23:32:32 -0300 Subject: Implementing hook_privatemsg_view_alter() --- muamba.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muamba.js') 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); }); -- cgit v1.2.3