diff --git a/assets/js/sections/gridmap.js b/assets/js/sections/gridmap.js index 084ed5e3..0402e506 100644 --- a/assets/js/sections/gridmap.js +++ b/assets/js/sections/gridmap.js @@ -144,4 +144,8 @@ function spawnGridsquareModal(loc_4char) { }); } }); -} \ No newline at end of file +} + +$(document).ready(function(){ + gridPlot(this.form); +})