aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-10 00:26:22 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-03-10 00:26:22 +0000
commitac385219bed1f3e5e41227b7e415b1b14d0b1c0d (patch)
tree226e7cec494e43bdbbd6c6945bac1750d6657030 /web
parentce862841a03b6b02cb35003732d2c24f9dd29378 (diff)
Have report email alerts appear somewhere sensible in mobile view.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js
index b158bc218..df87e6e8e 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -377,7 +377,7 @@ $.fn.small_drawer = function(id) {
d.hide().removeClass('hidden-js').css({
padding: '1em',
background: '#fff'
- }).appendTo($('.shadow-wrap'));
+ });
$this.data('setup', true);
}
d.slideDown();
@@ -464,6 +464,7 @@ $.fn.drawer = function(id, ajax) {
if($('.mobile').length){
$('#map_permalink').hide();
$('#key-tools a.feed').appendTo('#sub_map_links');
+ $('#report-updates-data').insertAfter($('#map_box'));
}
//add open/close toggle button on desk
$('#sub_map_links').prepend('<span id="map_links_toggle">&nbsp;</span>');