diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-10 00:26:22 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-10 00:26:22 +0000 |
commit | ac385219bed1f3e5e41227b7e415b1b14d0b1c0d (patch) | |
tree | 226e7cec494e43bdbbd6c6945bac1750d6657030 /web | |
parent | ce862841a03b6b02cb35003732d2c24f9dd29378 (diff) |
Have report email alerts appear somewhere sensible in mobile view.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 3 |
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"> </span>'); |