aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muamba.js2
-rw-r--r--muamba.theme.inc2
2 files changed, 2 insertions, 2 deletions
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')
)
)
)