jetherton / wtm

Watch the Med
Other
0 stars 0 forks source link

Wide Map on by default #2

Closed jetherton closed 11 years ago

jetherton commented 11 years ago

By default the report view map (http://ethertontech.com/dev/wtm/index.php/reports/view/1) is not wide. But if you look under the map you'll see a link "Wider Map." If you click that the map gets wide. What we want is a plugin that when installed makes the map always load wide.

This could be as simple as inserting javascript that runs on load:

$("a.wider-map").click();

Or it could be way harder.

Dylan-Gillespie commented 11 years ago

25bb118. Maps are fully default on wide, can be reopened to change how the rest of the pages look as a result of the map moving divs around.