diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-26 22:57:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-26 22:57:37 -0300 |
commit | 804ed5f81b4e89a66e3e232d641360be23722902 (patch) | |
tree | 5a1e6e0afaf1f631a1a8ebb104b4fa6e813f5c0e | |
parent | 3697ce7f9d83762c8ac015f11219b0d02f9ddf3e (diff) | |
download | muamba-804ed5f81b4e89a66e3e232d641360be23722902.tar.gz muamba-804ed5f81b4e89a66e3e232d641360be23722902.tar.bz2 |
Commenting out colorbox at messages link
-rw-r--r-- | muamba.js | 2 | ||||
-rw-r--r-- | muamba.theme.inc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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') ) ) ) |