From: Silvio Rhatto Date: Tue, 27 Sep 2011 01:57:37 +0000 (-0300) Subject: Commenting out colorbox at messages link X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=804ed5f81b4e89a66e3e232d641360be23722902;p=drupal%2Fmuamba.git Commenting out colorbox at messages link --- 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); }); diff --git a/muamba.theme.inc b/muamba.theme.inc index c2cc38f..e5f9180 100644 --- a/muamba.theme.inc +++ b/muamba.theme.inc @@ -49,7 +49,7 @@ function theme_muamba_transactions($variables) { 'messages/view/'. $transaction['thread_id'], array( 'attributes' => array( - 'class' => array('colorbox-ajax', 'colorbox-load') + //'class' => array('colorbox-ajax', 'colorbox-load') ) ) )