From 804ed5f81b4e89a66e3e232d641360be23722902 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Sep 2011 22:57:37 -0300 Subject: Commenting out colorbox at messages link --- muamba.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muamba.js') 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); }); -- cgit v1.2.3