]> gitweb.fluxo.info Git - drupal/muamba.git/commitdiff
Commenting out colorbox at messages link
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 01:57:37 +0000 (22:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 01:57:37 +0000 (22:57 -0300)
muamba.js
muamba.theme.inc

index b1f906217dfeb509514ef2f9a4ce69a7870e30f6..6d5286708291cf5494913d7c3ca24d4dc1ca9151 100644 (file)
--- 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);
         });
index c2cc38f8f5d21c585255ef777660e30f9be26171..e5f918047630b731e44dfb0b1e255c020ee9f8e7 100644 (file)
@@ -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')
           )
         )
       )